Files
headlessui/packages
Robin Malfait 20f46dd9e8 Accept tabIndex on <RadioGroup> component (#3646)
This PR allows you to pass a `tabIndex` to the `<RadioGroup>` component
and it will internally pass it down to the correct `<Radio />` or
`<RadioGroupOption>` component.

The reason we do it this way is because only a single radio should be
focusable (moving between radios can be done via the arrow keys instead
of the tab key).
2025-02-21 15:27:32 +00:00
..