This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
required fields get "ariarequired" attribute instead of "aria-required" attribute #307
Open
2 tasks done
Labels
bug
Something isn't working
Version
3.x.x (Vue 3.x)
Describe the bug
When adding a required field, the rendered form input gets assigned the
ariarequired
property, but the name of the property should actually bearia-required
. See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-required.Describe the bug
ariarequired
propertyExpected behavior
The element should instead get the
aria-required
property.System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: