Skip to content

Add aria-required and aria-multiselectable props #12047

Closed
@ksiler

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions