-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Menu: Update aria relationships if user manually sets id
prop
#18318
Comments
@ling1726 is still a thing? Should we close it or add to v9 release? |
@layershifter this is an enhancement. I don't think it matters, adding it should not be a breaking API change |
Because this issue has not had activity for over 180 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
1 similar comment
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
This issue has not had activity for over 180 days! We're adding Soft close label and will close it soon for house-keeping purposes. |
Currently
aria-labelledby
oraria-describedby
relationships inMenu
are automatic. TheuseId
hook is used to generate ids. If a users uses their ownid
prop they must also set their ownaria
relationship with that id manually.Expected result: If the user manually sets
id
prop thenaria
relationships that depend on it should update. This should not work in the reverse (updatingaria
prop manually)Reference PR comment about this: (aria-labelledby, #17387 (comment))
The text was updated successfully, but these errors were encountered: