Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix repetitive required field indicator for screen readers
`@isRequired` applies both a visual indicator and the `required` attribute on the associated for field, causing a repetitive 'required' when a screen reader user reaches the form element. We set `aria-hidden` to `true` to remove the indicator from the a11y tree and rely on the native HTML attribute to communicate this to users.
- Loading branch information