@commercelayer/react-components 2.41.2 → 2.42.0
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/react-components.cjs.development.js +3 -1
- package/dist/react-components.cjs.development.js.map +1 -1
- package/dist/react-components.cjs.production.min.js +1 -1
- package/dist/react-components.cjs.production.min.js.map +1 -1
- package/dist/react-components.esm.js +3 -1
- package/dist/react-components.esm.js.map +1 -1
- package/package.json +27 -27
|
@@ -4287,7 +4287,9 @@ var CustomerInput = function CustomerInput(props) {
|
|
|
4287
4287
|
errorClassName = props.errorClassName,
|
|
4288
4288
|
p = _objectWithoutPropertiesLoose(props, _excluded$b);
|
|
4289
4289
|
|
|
4290
|
-
var _useRapidForm = useRapidForm(
|
|
4290
|
+
var _useRapidForm = useRapidForm({
|
|
4291
|
+
fieldEvent: 'blur'
|
|
4292
|
+
}),
|
|
4291
4293
|
validation = _useRapidForm.validation,
|
|
4292
4294
|
values = _useRapidForm.values,
|
|
4293
4295
|
errors = _useRapidForm.errors;
|