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

Create new item customization #374

Closed StephaneORO closed 2 years ago

StephaneORO commented 2 years ago

Hi,

It will be great if we can have the choice between an add button right next to the clear button or an item like it is right now when an item doesn't exist and only show the create new item when there's no results.

Great work btw

rob-balfre commented 2 years ago

I'd suggest you handle this outside of svelte-select with a wrapper component.