-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Area: AccessibilityUpstreamWorkstream: AccessibilityEnsure RNW Fabric apps are properly accessible.Ensure RNW Fabric apps are properly accessible.enhancement
Milestone
Description
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
Metadata
Assignees
Labels
Area: AccessibilityUpstreamWorkstream: AccessibilityEnsure RNW Fabric apps are properly accessible.Ensure RNW Fabric apps are properly accessible.enhancement
Type
Projects
Status
Done