Skip to content

Conversation

@brunoais
Copy link

@brunoais brunoais commented Apr 5, 2018

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.

@KarelWintersky
Copy link

Where declared

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

callbacks value?

@brunoais
Copy link
Author

brunoais commented Aug 8, 2024

I don't understand the question

@KarelWintersky
Copy link

callbacks in IDE marked as not found

@brunoais
Copy link
Author

brunoais commented Aug 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants