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

Use svelte-select as dropdown without keyboard popup on iOS? #693

Closed bluepuma77 closed 1 week ago

bluepuma77 commented 1 week ago

The design and functionality look really nice. I tried the various examples, but it seems every single one activates the keyboard on iOS, which will take up a lot of screen estate.

Is it possible to disable the manuel keyboard input and just use the dropdown to avoid the keyboard showing up?

bluepuma77 commented 1 week ago

For reference: searchable={false} 😄