You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| :green_circle: | `readOnly` | Whether to render an accessible image element or not. | boolean | false | :x: |
280
+
| :large_blue_circle: | `isDisabled` | Whether to disable the radio group or not. | boolean | false | :x: |
281
+
| :large_blue_circle: | `isRequired` | Whether users should be able to set rating to 0 or not. | boolean | false | :x: |
282
+
| :green_circle: | `preventDefault` | Whether or not to call `event.preventDefault` on click and Enter/Space select. | `click`\|`keydown`\|`all`\|`none` | `all` | :x: |
282
283
283
284
`ref`, `id`, `className`, `style`, `onBlur`, `onFocus` are also available.
0 commit comments