@thecb/components 11.4.1-beta.0 → 11.4.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -25386,9 +25386,6 @@ var FormTextarea = function FormTextarea(_ref8) {
|
|
|
25386
25386
|
onChange: function onChange(e) {
|
|
25387
25387
|
return setValue(e.target.value);
|
|
25388
25388
|
},
|
|
25389
|
-
onBlur: function onBlur(e) {
|
|
25390
|
-
return handleOnBlur(e.target.value);
|
|
25391
|
-
},
|
|
25392
25389
|
value: field.rawValue,
|
|
25393
25390
|
field: field,
|
|
25394
25391
|
showErrors: showErrors,
|