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

Tag Suggestion Component / Cannot read properties of null (reading 'tagName') #121

Open
tsugawa opened this issue Jul 16, 2022 · 2 comments

Comments

@tsugawa
Copy link

tsugawa commented Jul 16, 2022

This problem occurs in the component implementation, and also in the example page.

https://jsuites.net/v4/javascript-tags/remote-search

Console message:

jsuites.js:10143 Uncaught TypeError: Cannot read properties of null (reading 'tagName')
at jSuites.search.obj.keyup (jsuites.js:10143:35)
at HTMLDivElement.tagsKeyUp (jsuites.js:11603:24)
jSuites.search.obj.keyup @ jsuites.js:10143
tagsKeyUp @ jsuites.js:11603

PS. Release 4.9.11 works

@tsugawa
Copy link
Author

tsugawa commented Aug 6, 2022

I fixed adding this line.

image

@ntbatyr
Copy link

ntbatyr commented Aug 10, 2022

Hi, options.input is null. How I can set it a value, and what i have to pass. Have I create some element or else.

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