Skip to content

Give programmatic access to the tags present in the input#26

Open
brunoais wants to merge 1 commit into
developit:masterfrom
brunoais:feature/getTagsProgramatically
Open

Give programmatic access to the tags present in the input#26
brunoais wants to merge 1 commit into
developit:masterfrom
brunoais:feature/getTagsProgramatically

Conversation

@brunoais

@brunoais brunoais commented Apr 5, 2018

Copy link
Copy Markdown

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
Copy Markdown

Where declared

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

callbacks value?

@brunoais

brunoais commented Aug 8, 2024

Copy link
Copy Markdown
Author

I don't understand the question

@KarelWintersky

Copy link
Copy Markdown

callbacks in IDE marked as not found

@brunoais

brunoais commented Aug 9, 2024

Copy link
Copy Markdown
Author

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