svelte-select icon indicating copy to clipboard operation
svelte-select copied to clipboard

Feature: Allow custom characters to trigger item create

Open addiebarron opened this issue 2 years ago • 2 comments

Hello, thanks for the fantastic component! I think it would be very cool and useful to allow spaces and other characters to trigger an item creation when typing, such as when using isMulti and isCreatable together for e.g. emails or other whitespace-less strings. If this is already possible let me know how I can set it up that way. Thanks so much!

addiebarron avatar Mar 22 '22 02:03 addiebarron

Not currently, but would be a good option to have. Thanks for suggesting.

rob-balfre avatar Mar 24 '22 20:03 rob-balfre

possible way for a workaround is perhaps in Examples: https://svelte-select-examples.vercel.app/examples/advanced/create-item Needs some modifications but...

ar4hc avatar Aug 28 '23 13:08 ar4hc