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
Is your feature request related to a problem? Please describe.
No validation strategy, If I switch via tab through inputs, you set aria-invalid, input wasn't even touched, but felte is already validating it.
aria-invalid is great for me, but I'd like to not set it when input were not dirty.
Describe the solution you'd like
I use yup
add validation option (validator(schema, level, etc, validationType: "onChange" | "isDirty" | "etc"))
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No validation strategy, If I switch via tab through inputs, you set aria-invalid, input wasn't even touched, but felte is already validating it.
aria-invalid is great for me, but I'd like to not set it when input were not dirty.
Describe the solution you'd like
I use yup
add validation option (validator(schema, level, etc, validationType: "onChange" | "isDirty" | "etc"))
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: