We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://jsbin.com/vogabovodo/1/edit?js,console,output
What is the expected behavior? When I select a tag from the dropdown with a mouse click, it should be present in the value of the change event.
What is happening instead? The tag is only present in the change event after the second attempt to add the tag by clicking in the dropdown.
Steps to reproduce with the demo
$b
banana
b
"$b"
"[[{\"value\":\"banana\",\"prefix\":\"$\"}]]"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
💥 Demo Page
https://jsbin.com/vogabovodo/1/edit?js,console,output
Explanation
What is the expected behavior?
When I select a tag from the dropdown with a mouse click, it should be present in the value of the change event.
What is happening instead?
The tag is only present in the change event after the second attempt to add the tag by clicking in the dropdown.
Steps to reproduce with the demo
$b
into the input.banana
from the dropdown with a mouse click.b
and write it again to open the dropdown again.banana
again."$b"
"[[{\"value\":\"banana\",\"prefix\":\"$\"}]]"
The text was updated successfully, but these errors were encountered: