Skip to content

Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. #30

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

Open
web-surfer opened this issue Aug 27, 2016 · 0 comments

Comments

@web-surfer
Copy link

I get this error:

Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

in my console after I begin removing characters from my searchbar field. This is my 'destroy' function:

("#searchBar").on('input', function(event){
my_autoComplete.destroy();
});

Afterwards, the message just shows up after any key press.

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

1 participant