We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab78fbd commit f66f492Copy full SHA for f66f492
packages/@headlessui-react/src/components/radio-group/radio-group.tsx
@@ -119,7 +119,7 @@ let RadioGroupRoot = forwardRefWithAs(function RadioGroup<
119
props: Props<
120
TTag,
121
RadioGroupRenderPropArg<TType>,
122
- RadioGroupPropsWeControl | 'value' | 'onChange' | 'disabled' | 'name' | 'by'
+ RadioGroupPropsWeControl | 'value' | 'defaultValue' | 'onChange' | 'disabled' | 'name' | 'by'
123
> & {
124
value?: TType
125
defaultValue?: TType
0 commit comments