[a11y]: TileGroup/RadioTile missing readOnly support #19394
Labels
component: tile
package: @carbon/react
@carbon/react
package: @carbon/web-components
@carbon/web-components
role: dev 🤖
severity: 3
https://ibm.biz/carbon-severity
type: bug 🐛
Package
@carbon/react
Browser
No response
Package version
11.82.1
React version
No response
Description
For proper accessibility support, input elements should support both disabled (exists) and readOnly (missing) states, since screen readers skip disabled content
Reproduction/example
https://react.carbondesignsystem.com/?path=/story/components-tile--selectable
Steps to reproduce
Pass
readOnly={true}
to a RadioTile component and areadOnly
is rendered on its LABEL element, while it should be on its INPUT element.Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: