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
Hello I'm getting the below error while deleting the tags using the x button..any help?
tag-item.html:159 Uncaught TypeError: Cannot read property 'parentElement' of null
Here is actual line of code.
var parent = e.target.parentElement.parentElement.parentElement;
The text was updated successfully, but these errors were encountered:
Hi @sowsan Can you provide more details about how to reproduce this bug?
Sorry, something went wrong.
There should be no reason to walk the parents of the event target in that event handler, since what you really want is this. See #12
this
No branches or pull requests
Hello I'm getting the below error while deleting the tags using the x button..any help?
tag-item.html:159 Uncaught TypeError: Cannot read property 'parentElement' of null
Here is actual line of code.
var parent = e.target.parentElement.parentElement.parentElement;
The text was updated successfully, but these errors were encountered: