For some reason I'm not able to focus the Select component with a keyboard (Tab key) in Safari. When I use the tab key to go to the next form field, it just skips the Select component and puts the focus directly on the next Text input if there is any.
See here for example: https://ui.shadcn.com/examples/forms/account
Using the tab key first focusses the Input component, but pressing tab again completely ignores both the DatePicker and the Select components.
Similarly in this example: https://ui.shadcn.com/examples/forms
Using the tab key just skips the ComboBox component
I'm using Safari 17.2.1 (Private window, no browser extensions). It works as expected in other browsers like Chrome and Firefox.
For some reason I'm not able to focus the
Selectcomponent with a keyboard (Tab key) in Safari. When I use the tab key to go to the next form field, it just skips the Select component and puts the focus directly on the next Text input if there is any.See here for example: https://ui.shadcn.com/examples/forms/account
Using the tab key first focusses the
Inputcomponent, but pressing tab again completely ignores both theDatePickerand theSelectcomponents.Similarly in this example: https://ui.shadcn.com/examples/forms
Using the tab key just skips the
ComboBoxcomponentI'm using Safari 17.2.1 (Private window, no browser extensions). It works as expected in other browsers like Chrome and Firefox.