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.
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.
Most helpful comment
Hi, is it possible to enter the tag as soon as user clicks anywhere on the screen or onfocusout?