-
Notifications
You must be signed in to change notification settings - Fork 84
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
Suddenly stop working #70
Comments
@anatamburus, give please more information how it happened and how you using getmdl-select. |
Same here, suddenly it does not work
Lets me select a value in the list then all values disappear including the one selected. Version before 29 dec works, loaded that one on local and tested. |
@anatamburus, @StartWebSolutions |
I found the difference. In the past I used the following structure I looked in the example that with a new version are two inputs, the second hidden. Apparently I was able to select the data in getmdl-select, but now I have another problem. On the same page, other inputs that do not use getmdl-select are triggering the error: |
The getmdl-select structure was working normally and suddenly stopped working.
When I click on the input to open the select it appears this error:
Uncaught TypeError: Cannot set property 'value' of null
at r (src\js\getmdl-select.js:59)
at HTMLInputElement.t.onclick (src\js\getmdl-select.js:98)
r @ src\js\getmdl-select.js:59
t.onclick @ src\js\getmdl-select.js:98
The list of data appears normal and when I click to choose the option appears these two errors:
Uncaught TypeError: Cannot set property 'value' of null
at d (src\js\getmdl-select.js:41)
at HTMLLIElement.n.onclick (src\js\getmdl-select.js:175)
d @ src\js\getmdl-select.js:41
n.onclick @ src\js\getmdl-select.js:175
Uncaught TypeError: Cannot set property 'value' of null
at HTMLBodyElement.r (src\js\getmdl-select.js:59)
r @ src\js\getmdl-select.js:59
What could have happened to suddenly stop working?
Thanks
The text was updated successfully, but these errors were encountered: