Closed enqtran closed 7 years ago
disabled is released in 0.1.18
now, you can do this
<RadioGroup
//....
>
<RadioButton
disabled={true}
//....
>
//...
</RadioButton>
</RadioGroup>
Thank you for your request.
I want to disable one RadioButton in list RadioGroup :) plz help, Thanks