huntabyte/shadcn-svelte

Select component does not show focus ring

Closed this issue · 3 comments

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

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.

https://ui.shadcn.com/docs/components/select

looks like in next it shows the focus ring (https://next.shadcn-svelte.com/docs/components/select)

Yes, this issue is resolved in next.