Aria properties for AutoComplete #6565
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ...
Current behavior
Many input components (including autocomplete) can be made more accessible to the visually impaired by adding "aria-label" and "aria-required" attributes. The "required" attribute does a lot of what the "aria-required" attribute does, but the latter is still useful for user agents that do not yet support HTML5.
Proposed improvement
I am submitting a PR that adds "aria-label" and "aria-required" attributes to the autocomplete component.
What is the motivation / use case for changing the behavior?
This PR will improve PrimeNG's accessibility for visually impaired users who rely on screen readers.
NOTE: This issue is based on #6103, but focused on a specific component.
The text was updated successfully, but these errors were encountered: