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

Can this select component have mobile (native) view? #608

Open sed76 opened 1 year ago

sed76 commented 1 year ago

Thank you for such a cool component. I noticed that it has no native select when viewing webpage in mobile device, as some other non-svelte select components does (E.g. Selectric https://selectric.js.org/ ). Can it support native html select on mobile devices too?

rob-balfre commented 1 year ago

@sed76 thanks. Bit tricky as the native select is limited, no filter/search, no multi and only text. I'd suggest a container or media query to swap between the two.