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
This image illustrates the inconsistency of aria-invalid in this code component: <Field id='xyz' name='xyz' validate={validators.validateEmail(values)} component={TextField} label='Email' fullWidth required />
Expected behavior
When a field has an error, we need to have aria-invalid="true"
Your environment
Software
Version(s)
Formik
2.4.6
React
16.13.1
TypeScript
4.8.4
Browser
Chrome
npm/Yarn
10.8.1
Operating System
Windows 11
The text was updated successfully, but these errors were encountered:
Hello @malcyb123 ,
Since I’m not yet a contributor :), I’m unable to assign this ticket to you.
I hope you’ll be able to resolve this issue.
Thank you in advance,
D.
Bug report
Current Behavior
This image illustrates the inconsistency of aria-invalid in this code component:
<Field id='xyz' name='xyz' validate={validators.validateEmail(values)} component={TextField} label='Email' fullWidth required />
Expected behavior
When a field has an error, we need to have aria-invalid="true"
Your environment
The text was updated successfully, but these errors were encountered: