You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be valuable for the setFieldError function from the Formik ref to be available to use in the actions.
USECASE:
When a form is submitted we can fire off a custom submit-action. If we get an error response from the server we can set the error on the corresponding input by using setFieldError.
The change would be minimal, but open for discussions on why or why not this is needed.
The text was updated successfully, but these errors were encountered:
I think it would be valuable for the setFieldError function from the Formik ref to be available to use in the actions.
USECASE:
When a form is submitted we can fire off a custom submit-action. If we get an error response from the server we can set the error on the corresponding input by using setFieldError.
The change would be minimal, but open for discussions on why or why not this is needed.
The text was updated successfully, but these errors were encountered: