Skip to content

Add aria-required and aria-multiselectable to accessibilityState on win32 #12046

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

Merged
merged 14 commits into from
Aug 23, 2023

Conversation

ksiler
Copy link
Contributor

@ksiler ksiler commented Aug 18, 2023

Description

Adds aria-required and aria-multiselectable as props on win32 and adds them to accessibilityState (along with missing required and multiselectable fileds)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Why

aria- props exist for these props and required and multiselectable were missing from accessibilityState on win32

#12047

What

Adds required and multiselectable to accessibilityState on win32

Screenshots

Add any relevant screen captures here from before or after your changes.

Testing

If you added tests that prove your changes are effective or that your feature works, add a few sentences here detailing the added test scenarios.

Optional: Describe the tests that you ran locally to verify your changes.

Changelog

Should this change be included in the release notes: indicate yes or no

Add a brief summary of the change to use in the release notes for the next release.

Microsoft Reviewers: Open in CodeFlow

@ksiler ksiler requested review from a team as code owners August 18, 2023 17:45
@ksiler ksiler changed the title Add missing fields to accessibilityState on win32 Add aria-required and aria-multiselectable to accessibilityState on win32 Aug 21, 2023
@ksiler ksiler merged commit e6f6f3a into microsoft:main Aug 23, 2023
ksiler added a commit to ksiler/react-native-windows that referenced this pull request Aug 23, 2023
…in32 (microsoft#12046)

* add missing a11yState props on win32

* Change files

* fix missing a11yState props for other components

* minor fix

* add aria- equivalent props

* edit change file comment

* Add win32 comment tags

* lint fix

* fix lint errors

* add aria- props to textprops

* remove unneeded props
ksiler added a commit to ksiler/react-native-windows that referenced this pull request Aug 23, 2023
…in32 (microsoft#12046)

* add missing a11yState props on win32

* Change files

* fix missing a11yState props for other components

* minor fix

* add aria- equivalent props

* edit change file comment

* Add win32 comment tags

* lint fix

* fix lint errors

* add aria- props to textprops

* remove unneeded props
ksiler added a commit that referenced this pull request Aug 23, 2023
…in32 (#12046) (#12062)

* add missing a11yState props on win32

* Change files

* fix missing a11yState props for other components

* minor fix

* add aria- equivalent props

* edit change file comment

* Add win32 comment tags

* lint fix

* fix lint errors

* add aria- props to textprops

* remove unneeded props
ksiler added a commit that referenced this pull request Aug 23, 2023
…in32 (#12046) (#12061)

* add missing a11yState props on win32

* Change files

* fix missing a11yState props for other components

* minor fix

* add aria- equivalent props

* edit change file comment

* Add win32 comment tags

* lint fix

* fix lint errors

* add aria- props to textprops

* remove unneeded props
@ksiler ksiler deleted the user/krsiler/win32A11yState branch November 22, 2023 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants