Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handleInputChange should probably(?) fire when the user adds a tag #914

Open
timrobinson33 opened this issue Apr 27, 2023 · 1 comment
Open

Comments

@timrobinson33
Copy link

When the user presses enter (or whatever) to add the current text as a tag, the input box is automatically cleared but the handleInputChange handler is not called to notify of this fact

It's possible to workaround this by using the handleAddition handler to assume that the input box has been cleared.

@vikasgurjar
Copy link
Contributor

handleAddition gets called every time something new is added. Probably you can use that?

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

No branches or pull requests

2 participants