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
The problem is that the validation only works on a second submit.
It does submit the form, but the validation errors are not being passed to the validation method.
Any other workarounds? Or anyone already using this with Inertia/Precognition? :)
The text was updated successfully, but these errors were encountered:
Description
Take
Login.vue
for example:This is the composable with the validation logic:
The problem is that the validation only works on a second submit.
It does submit the form, but the validation errors are not being passed to the validation method.
Any other workarounds? Or anyone already using this with Inertia/Precognition? :)
The text was updated successfully, but these errors were encountered: