@7shifts/sous-chef 3.61.2-beta1 → 3.61.2-beta2
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10748,7 +10748,8 @@ var useRadioGroupFieldControllers = function useRadioGroupFieldControllers(_ref)
|
|
|
10748
10748
|
error: error !== undefined ? controllers.error : formikState.error,
|
|
10749
10749
|
value: value !== undefined ? controllers.value : formikState.value,
|
|
10750
10750
|
onChange: function onChange(e) {
|
|
10751
|
-
|
|
10751
|
+
formik.setFieldValue(name, e.target.value);
|
|
10752
|
+
_onChange && _onChange(e.target.value);
|
|
10752
10753
|
}
|
|
10753
10754
|
});
|
|
10754
10755
|
}
|