@bluemarble/bm-components 0.0.70 → 0.0.71

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/esm/index.js CHANGED
@@ -14843,7 +14843,7 @@ function FormikInputMask(_a) {
14843
14843
  }, [defaultValue]);
14844
14844
  useEffect(() => {
14845
14845
  if (formikSaveFunction.current)
14846
- formikSaveFunction.current(name, value);
14846
+ formikSaveFunction.current(name, unmaskedValue);
14847
14847
  }, [value]);
14848
14848
  return (React__default.createElement(Field, { name: name }, (_a) => {
14849
14849
  var _b = _a.field, { value } = _b, field = __rest(_b, ["value"]), { form: { setFieldValue } } = _a;