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 e1602cb commit f7183fcCopy full SHA for f7183fc
src/radio-button/internal.tsx
@@ -72,6 +72,8 @@ export default React.forwardRef(function RadioButton(
72
value={value}
73
checked={checked}
74
aria-disabled={readOnly && !disabled ? 'true' : undefined}
75
+ // empty handler to suppress React controllability warning
76
+ onChange={() => {}}
77
/>
78
)}
79
onClick={() => {
0 commit comments