Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisable radioGroupButtons with checkIcon #311
Comments
|
Thanks for reporting that and for the example, it should be fixed on GitHub version. Victor |
This issue is related to #281.
When
checkIconis specified for aradioGroupButtonsdisabling the input does not function as expected. Specifically, when the input is disable, it is still possible to change the selection by clicking on the square check box next to the option name. Clicking elsewhere on a button is disabled.Example app