Select component does not show focus ring
Closed this issue · 3 comments
telcy commented
Describe the bug
https://www.shadcn-svelte.com/docs/components/select
The select component does not show the focus ring when clicked. Focus via tabbing works.
Reproduction
Go to https://www.shadcn-svelte.com/docs/components/select and click on the component
Logs
No response
System Info
Google Chrome 129
Severity
annoyance
ieedan commented
As far as I can tell this follows the same behavior as shadcn-ui
with minor differences in the way that focus is handled after selection.
demetrius-mp commented
looks like in next
it shows the focus ring (https://next.shadcn-svelte.com/docs/components/select)
huntabyte commented
Yes, this issue is resolved in next.