@portnet/ui 0.0.25 → 0.0.26
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.
|
@@ -119,7 +119,7 @@ const PuiFormikTextField = /*#__PURE__*/React.forwardRef((_ref2, ref) => {
|
|
|
119
119
|
const formikContext = (0, _formik.useFormikContext)();
|
|
120
120
|
const [hasError, setHasError] = React.useState(false);
|
|
121
121
|
const changeHandler = event => {
|
|
122
|
-
|
|
122
|
+
formikContext.setFieldValue(name, event.target.value);
|
|
123
123
|
onChange(event);
|
|
124
124
|
};
|
|
125
125
|
const blurHandler = event => {
|