v31.12.0
Minor Changes
-
RadioItem: Add
disabledsupport (#1108)Provide support for disabling individual
RadioItems within aRadioGroup.EXAMPLE USAGE:
<RadioGroup> <RadioItem label="One" value="1" /> <RadioItem label="Two" value="2" /> <RadioItem label="Three" value="3" disabled={true} /> </RadioGroup>
Patch Changes
- Dropdown: React 18 compatibility (#1114)