- Added ability to pass
as
prop to<Radio as={Custom}>
and<RadioGroup as={Custom}>
to change the wrapper element (default's to a'div'
. - Upgraded typescript types.
- You can now disable focus behavior by passing
autoFocus
false.
as
prop to <Radio as={Custom}>
and <RadioGroup as={Custom}>
to change the wrapper element (default's to a 'div'
.autoFocus
false.