rob-balfre / svelte-select

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

creation of items broken in beta #441

Closed andreasnuesslein closed 2 years ago

andreasnuesslein commented 2 years ago

Hello @rob-balfre ,

I think item creation is broken in the beta - https://svelte.dev/repl/7c23c33cb91045c2af1a95500967d295?version=3.49.0

the itemCreated is an unknown prop, and the createItem fires on every keystroke.

are the docs maybe not up-to-date on this?

cheers

rob-balfre commented 2 years ago

@andreasnuesslein you were missing the on:eventname should be...

https://svelte.dev/repl/c37a1ea888304e9b8d8d3e134eb5932f?version=3.49.0

andreasnuesslein commented 2 years ago

:see_no_evil: i'm sorry, yes it was PEBKAC

thanks :)

rob-balfre commented 2 years ago

TIL problem exists between chair and keyboard 😂😂😂