-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onChange and onBlur validation errors should prevent submission of form #490
Comments
Hey @crutchcorn |
Can you aasign this issue to me? |
hey @I-MirzaBaig |
@vikaskumar89 Alright! |
Hey @crutchcorn error rootcause: form/packages/form-core/src/FieldApi.ts Line 337 in fd19453
One solution that comes to my mind is in case of Do you have any alternate suggestion to fix this ? |
Due to this errorMap array, we are facing this issue in #486, as the errorMap is not clear after a valid value is entered. |
Is there currently a workaround to this? |
@danteissaias yeah fix should be out in a couple of days. |
This fix is released in |
Currently, when using a field with:
When the user submits the form, it does not show a form error on submit. This causes headaches currently as it makes things harder to workflow properly.
The text was updated successfully, but these errors were encountered: