You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the second one is when user selects one item we still see the cursor telling the user they can select another but I do not have multiple
here is a demo of what I mean: I was allowed to add "test" even though it is part of the options
Env:
"svelecte": "^4.4.0",
"svelte": "^4.0.5",
The text was updated successfully, but these errors were encountered:
GamalTawaf
changed the title
only show "Add with CTRL+Enter" only when there is no options to select from + cusor with single select
only show "Add with CTRL+Enter" only when there is no options to select from + cursor with single select
Oct 28, 2024
this cannot be done. You can't guarantee that user wouldn't want to insert some "substring" of available options. Take your example: If you would want to insert est it wouldn't be possible.
is valid bug, but you should be using createFilter differently. I understand that docs are misleading (description of createFilter is still in v3 format). Your createFilter function should return true if you want to prevent item creation. Will be fixed soon.
First, Thanks for the amazing library :)
I have two issues:
here is a demo of what I mean: I was allowed to add "test" even though it is part of the options
Env:
The text was updated successfully, but these errors were encountered: