Disabled radio still clickable via label #983
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When you have a radio button that is disabled you can still click on the text beside the radio button to toggle it.
For example, dispite the fact that
BAR
is disabled, I can still click on the textBAR
to select the button:After Click:
Code:
Clicking on the actual button works as selected (it won't change the selected state).
The text was updated successfully, but these errors were encountered: