Vue-select: Taggable - auto enter on comma

Created on 24 Nov 2017  路  7Comments  路  Source: sagalbot/vue-select

Hello,
Is it possible when :taggable="true" to auto enter the tag when a comma is typed? So more like a tags input: a,b,c would add three tags: A B and C. Currently, when you enter a comma you can type further and then have as single entry.

A client of mine asked this but looking into the sourcecode this is not currently possible.

feature request

Most helpful comment

Hi, is it possible to enter the tag as soon as user clicks anywhere on the screen or onfocusout?

All 7 comments

I've had this one on the roadmap for a while, have a few things in the backlog ahead of it.

Hi, is it possible to enter the tag as soon as user clicks anywhere on the screen or onfocusout?

@sagalbot Hey Jeff!
Could you merge this commit by KotarCreative?
I really need this feature.
Thank you!

@sagalbot: Does @kotarCreative's commit has any issue with it? sure - we probably would want a more generic approach where we can define any key - maybe just allow us to write an @keydown (?) I'm rather new at VueJS and unfortunately I have no idea if such a defined function would have access to some of the methods of the component that it needs to have access to - e.g. 'typeAheadSelect'

will this feature be released soon?

Interested in this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

manjunath-coachthem picture manjunath-coachthem  路  3Comments

threeaccents picture threeaccents  路  3Comments

rafalolszewski94 picture rafalolszewski94  路  3Comments

gilles6 picture gilles6  路  3Comments

pud1m picture pud1m  路  3Comments