IxRadio disabled={false} not working as expected #1628
Labels
type: bug
Something isn't working
Workflow: Issue created
JIRA issue is created and will be analyzed
Prerequisites
What happened?
Setting
IxRadio.disabled
to a dynamicfalse
will disable the radio button while leaving the label unaffected. It should behave instead the same as not settingdisabled
or leaving its value asundefined
.What type of frontend framework are you seeing the problem on?
React
Which version of iX do you use?
v2.6.0
Code to produce this issue.
https://stackblitz.com/edit/s8k7eiwa?file=src%2Fradio.tsx
The text was updated successfully, but these errors were encountered: