Replies: 1 comment 3 replies
-
|
Is this what you are looking for? REPL |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I need simple single select with ability to input custom value.
It's close to
allowEditingproperty but withoutcreatableproperty, because I don't want to add items into dropdown list.In other words I need simple input with suggested values, it is close to
<datalist>tag but without filtering items in dropdown list.For example, if I have 3 options: "Firefox", "Chrome", "Safari" and I enter custom value "Opera" I want to still see all these 3 items in suggestions instead of empty list as in case with
<datalist>tag.Is it possible to do this with Svelecte?
Beta Was this translation helpful? Give feedback.
All reactions