@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "11.4.1-beta.0",
3
+ "version": "11.4.1-beta.1",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -149,7 +149,6 @@ const FormTextarea = ({
149
149
  (field.dirty && field.hasErrors) || (field.hasErrors && showErrors)
150
150
  }
151
151
  onChange={e => setValue(e.target.value)}
152
- onBlur={e => handleOnBlur(e.target.value)}
153
152
  value={field.rawValue}
154
153
  field={field}
155
154
  showErrors={showErrors}