@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.cjs.js CHANGED
@@ -25394,9 +25394,6 @@ var FormTextarea = function FormTextarea(_ref8) {
25394
25394
  onChange: function onChange(e) {
25395
25395
  return setValue(e.target.value);
25396
25396
  },
25397
- onBlur: function onBlur(e) {
25398
- return handleOnBlur(e.target.value);
25399
- },
25400
25397
  value: field.rawValue,
25401
25398
  field: field,
25402
25399
  showErrors: showErrors,