@wix/form-public 0.214.0 → 0.215.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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -33486,7 +33486,8 @@ var useForm2 = ({ form: paramForm, values: paramValues, stepId, onStepIdChange,
|
|
|
33486
33486
|
}
|
|
33487
33487
|
return true;
|
|
33488
33488
|
},
|
|
33489
|
-
validateStep: (step) => validateStep(step, normalizedValues)
|
|
33489
|
+
validateStep: (step) => validateStep(step, normalizedValues),
|
|
33490
|
+
getValues: () => normalizedValues
|
|
33490
33491
|
}), [
|
|
33491
33492
|
submitForm,
|
|
33492
33493
|
validateStep,
|