@7shifts/sous-chef 3.3.1 → 3.3.3
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.modern.js
CHANGED
|
@@ -4775,6 +4775,7 @@ var useFieldControllers = function useFieldControllers(_ref) {
|
|
|
4775
4775
|
},
|
|
4776
4776
|
onBlur: _onBlur ? function (e) {
|
|
4777
4777
|
_onBlur && _onBlur(e.target.value);
|
|
4778
|
+
formik.setFieldTouched(name);
|
|
4778
4779
|
currencyBlur();
|
|
4779
4780
|
} : function () {
|
|
4780
4781
|
formik.setFieldTouched(name);
|