We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.x
It would be great if there was an option for eager validation if there are errors present on the group.
For example, when initially filling out the field you don't want eager validation as it's distracting when you aren't finished typing.
However if you tab away and there's an error, when fixing the error you'd want immediate feedback with eager-validation.
So I propose a new prop: eager-validation-on-error="true" to improve the UX of forms.
eager-validation-on-error="true"
Thanks!
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For what version of Nuxt UI are you suggesting this?
v2.x
Description
It would be great if there was an option for eager validation if there are errors present on the group.
For example, when initially filling out the field you don't want eager validation as it's distracting when you aren't finished typing.
However if you tab away and there's an error, when fixing the error you'd want immediate feedback with eager-validation.
So I propose a new prop:
eager-validation-on-error="true"
to improve the UX of forms.Thanks!
Additional context
No response
The text was updated successfully, but these errors were encountered: