Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aria-required and aria-multiselectable props #12047

Open
ksiler opened this issue Aug 18, 2023 · 1 comment
Open

Add aria-required and aria-multiselectable props #12047

ksiler opened this issue Aug 18, 2023 · 1 comment

Comments

@ksiler
Copy link
Contributor

ksiler commented 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

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Aug 18, 2023
@chrisglein
Copy link
Member

chrisglein commented Aug 24, 2023

These aren't on the Fabric list here #11957 because they aren't in core. They should be upstreamed there or be part of the x-plat RFC.

@chrisglein chrisglein removed the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Aug 24, 2023
@chrisglein chrisglein added this to the Backlog milestone Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants