rob-balfre / svelte-select

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

[V5] Create item: Keybord event #487

Closed kl3sk closed 1 year ago

kl3sk commented 1 year ago

Hello,

To continue this thread, I achieve how to add item.

But select item with keyboard seems impossible.

ping @rob-balfre

rob-balfre commented 1 year ago

@kl3sk how's this work for you?

https://svelte.dev/repl/42006b39bce245d2be3b8a7e651dc959?version=3.52.0

kl3sk commented 1 year ago

Hello,

Thank you for this interesting example, but the feeling is not the same as it was on V4. As in this REPL

Edit: At least to mimic it I update your REPL with this one

rob-balfre commented 1 year ago

@kl3sk I'll add that REPL to the examples site. Thanks