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

Give programmatic access to the tags present in the input

Open brunoais opened this issue 7 years ago • 4 comments

Small change which allows developers to programmatically get the current list of tags. Specially useful if the input isn't going to be submitted by the browser and, instead, is going to be handled by javascript code. The access to the callbacks is also available through the detail of the events.

brunoais avatar Apr 05 '18 09:04 brunoais

Where declared

input.dispatchEvent(new CustomEvent('change', {detail: callbacks}));

callbacks value?

KarelWintersky avatar Aug 08 '24 04:08 KarelWintersky

I don't understand the question

brunoais avatar Aug 08 '24 09:08 brunoais

callbacks in IDE marked as not found

KarelWintersky avatar Aug 09 '24 08:08 KarelWintersky

Oh. I get it. It's supposed to be getTags() instead of callbacks.

brunoais avatar Aug 09 '24 08:08 brunoais