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

attribute .nodeValue is deprecated #76

Open
Huespal opened this issue Dec 22, 2014 · 2 comments
Open

attribute .nodeValue is deprecated #76

Huespal opened this issue Dec 22, 2014 · 2 comments

Comments

@Huespal
Copy link

Huespal commented Dec 22, 2014

In line 61: var value = raw_attrs[i].nodeValue.
nodeValue is deprecated and Chrome complains about it.
Is better to use .value attribute: raw_attrs[i].value

selectToAutocomplete.js is insanely good :)

@ajquick
Copy link
Contributor

ajquick commented Dec 23, 2014

Fix supplied in latest Pull Request.

ajquick@3ed1de8

@glennansley
Copy link

Thanks. Works great. Hope they accept this.

brandoncarl added a commit to brandoncarl/country-selector that referenced this issue Apr 7, 2015
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

3 participants