Skip to content

Add aria-required and aria-multiselectable props #12047

Closed
@ksiler

Description

@ksiler

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

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions