Add aria-required and aria-multiselectable props #12047
Closed
Description
opened on Aug 18, 2023
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
Metadata
Assignees
Type
Projects
Status
Done
Activity