@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
|
@@ -4295,7 +4295,9 @@ var CustomerInput = function CustomerInput(props) {
|
|
|
4295
4295
|
errorClassName = props.errorClassName,
|
|
4296
4296
|
p = _objectWithoutPropertiesLoose(props, _excluded$b);
|
|
4297
4297
|
|
|
4298
|
-
var _useRapidForm = useRapidForm(
|
|
4298
|
+
var _useRapidForm = useRapidForm({
|
|
4299
|
+
fieldEvent: 'blur'
|
|
4300
|
+
}),
|
|
4299
4301
|
validation = _useRapidForm.validation,
|
|
4300
4302
|
values = _useRapidForm.values,
|
|
4301
4303
|
errors = _useRapidForm.errors;
|