Add aria-required and aria-multiselectable props #12047
Labels
Area: Accessibility
enhancement
Upstream
Workstream: Accessibility
Ensure RNW Fabric apps are properly accessible.
Milestone
Summary
On win32, we use the required and multiselectable fields on accessibilityState to indicate when an element is required to be filled out on a form or when user can select more than one element from a group of selectable elements. These props map to the UIA IsRequiredForForm property and UIA CanSelectMultiple property on the Selection pattern, respectively. Since RN is now using aria- props, it would be great to add aria-required and aria-multiselectable to win32 and windows.
Motivation
Since RN is now using aria- props, it would be great to add aria-required and aria-multiselectable to win32 and windows.
Basic Example
No response
Open Questions
No response
The text was updated successfully, but these errors were encountered: