-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Not sure if it's a bug, or a documentation issue, but I haven't seen it mentioned inside the Vuelidate migration guide.
Currently, with Vuelidate, the first validation is only done on form submit, then the errors becomes reactive.
- Enter value in required field, ok
- Erase value in required field, ok
- Submit form shows error, ok
- Enter value, ok (errors is removed reactively)
But with Vuelidate, the first validation is done as soon as the field become dirty.
- Enter value in required field, ok
- Erase value in required field, wrong (shows error)
- Submit form shows error, ok
- Enter value, ok (errors is removed reactively)
I tried the rewardEarly
modifier, but that's not exactly the same because if I submit the form with an empty required field, it shows the error as expected, if I fill the field, the error will disapear but it won't reappear if i empty the field again.
IGx89
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request