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
calling form.reset() is not resetting the errors and there is no option to reset all errors at once therefore I have to call form.forgetError("fieldName") on every field.
Steps To Reproduce
Fill out form wrongly
Get errors
call form.reset()
The errors will still be visible
The text was updated successfully, but these errors were encountered:
Laravel Precognition Plugin Version
0.5.13
Laravel Version
11.34.2
Plugin
React
Description
calling
form.reset()
is not resetting the errors and there is no option to reset all errors at once therefore I have to callform.forgetError("fieldName")
on every field.Steps To Reproduce
form.reset()
The text was updated successfully, but these errors were encountered: