We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building a button using Pressable, the aria-disabled prop is not actually forwarded into the DOM.
Pressable
aria-disabled
Both the div and the button element in the linked sample should have aria-disabled set.
div
button
rnw 0.19.10, all browsers
https://codesandbox.io/p/sandbox/tender-khorana-y3zgl6
No response
The text was updated successfully, but these errors were encountered:
disabled maps to aria-disabled https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/Pressable/index.js#L204
disabled
Sorry, something went wrong.
Ok, understood! Thanks.
No branches or pull requests
Is there an existing issue for this?
Describe the issue
When building a button using
Pressable
, thearia-disabled
prop is not actually forwarded into the DOM.Expected behavior
Both the
div
and thebutton
element in the linked sample should havearia-disabled
set.Steps to reproduce
rnw 0.19.10, all browsers
Test case
https://codesandbox.io/p/sandbox/tender-khorana-y3zgl6
Additional comments
No response
The text was updated successfully, but these errors were encountered: