This is something pretty common with tag editors - letting new items be added if it doesn't exist. On that note, it'd be nice to have the option to not show the dropdown until you start typing something, so only relevant results show right away, as opposed to all results.
Hi @syropian,
I just added the feature your describing in the latest release. To see it in action, go to http://sagalbot.github.io/vue-select/ and type a country that doesn't exist.
I'll be updating the docs asap to show how to use the feature, but the simplest way is to add the taggable prop:
<v-select taggable></v-select>
I'll play around with the ux of hiding the dropdown and let you know. Thanks!
Most helpful comment
Hi @syropian,
I just added the feature your describing in the latest release. To see it in action, go to http://sagalbot.github.io/vue-select/ and type a country that doesn't exist.
I'll be updating the docs asap to show how to use the feature, but the simplest way is to add the
taggableprop:<v-select taggable></v-select>I'll play around with the ux of hiding the dropdown and let you know. Thanks!