rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

[Question/Feature Resuest]: tabbing out of a select? #502

Closed davidroeca closed 1 year ago

davidroeca commented 1 year ago

I've been trying out the beta: v5.0.0-beta.40, so it may be beta-specific.

Is there a simple way to configure this component to enable tabbing to the next input? E.g. would there be a way to configure the first dropdown on this demo site, to enable tabbing into the next one?

I've found that I can tab from an input into a select, but not the other way around. Ideally I could Tab from an input before or Shift+Tab from an input after, and do the same from a Select to an input or another Select.

rob-balfre commented 1 year ago

This used to work, not sure what happened there. BUG!