-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Cannot read property 'apply' of null #1475
Comments
That piece of code went in here: 5da6694 |
Can you provide an example? I can't recreate this. |
We had that problem in this open source: jekkos/opensourcepos@9a6bd6e and I reverted the version to 1.10 to avoid issues. Unfortunately I don't have the time to create a specific example, but OSPOS source is quite mature and ready to be delivered. It worked well for many months of development with your version 1.10. |
@caseyjhol I was having the same problem and we rolled back to v1.10.0 and everything worked fine. Here is a link to a codeply that causes the problem. http://codeply.com/go/y8gEFpNvbz To see the problem please do the following:
If you roll back to an older version of bootstrap-select you will see the autocomplete run correctly. I hope this helps, if not let me know and I'll try and update with some more. Ken |
Great - thanks, Ken. Will look into this. |
Yes, we get the same issue with an autocomplete box. |
After upgrading from 1.10.0 to 1.11.0 the following code causes an error:
the exception is thrown on the return line. It looks like _val is null.
What changed from 1.10.0 to 1.11.0 that could cause this error?
The text was updated successfully, but these errors were encountered: