vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

Help with Tag objects and using event to create object on 'new'

Open jensenkd opened this issue 5 years ago • 0 comments

I'm a bit confused by the documentation and how I could use the before-adding-tag event to generate a new tag with empty id.

Here is my current tags array:

"tags": [ { "id": "be08a600-5b1e-4a35-91bc-2cbfb65ed802", "name": "Test1" }, { "id": "ad8fbfd6-ea34-43ba-ab04-8e810d45b140", "name": "Test2" }

jensenkd avatar May 19 '20 00:05 jensenkd