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
Integration with Gutenberg is very nice and conditional fields!
The accessibility issues make it unusable.
When pressing enter on empty input field it jumps to next input instead of showing a list of errors on top of the form
On input error, focus should jump to list of errors above the form
Also screen readers are unable to read the errors because of focus change to next input
Error not being read to screen readers(errors not associated with input)
The aria-invalid="true" or the HTML invalid attribute should be set on each invalid form control. This attribute causes screen readers to identify the control as being "invalid" .
Integration with Gutenberg is very nice and conditional fields!
The accessibility issues make it unusable.
Here's a example of a accessible form:
https://wet-boew.github.io/v4.0-ci/demos/formvalid/formvalid-en.html
The text was updated successfully, but these errors were encountered: