tags-input
tags-input copied to clipboard
Give programmatic access to the tags present in the input
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.
Where declared
input.dispatchEvent(new CustomEvent('change', {detail: callbacks}));
callbacks value?
I don't understand the question
callbacks in IDE marked as not found
Oh. I get it. It's supposed to be getTags() instead of callbacks.