Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Labels
Milestone
Description
Accessiblity enhancements
- Add
aria-required
for required elementsFeature request: aria-required="true" when a field is required #230 - Using aria-invalid="true" for form elements that have an error.
- aria-live attribute for error message sectionMeta: Accessiblity Enhancements (ARIA) #706 (comment)
These might be masked under anaccessible
/aria
option (I know you don't like adding more to the API) or as an optional extend method.
/cc@pjackson28