-
-
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
This plugins broken when the version of IE below 10 #2151
Comments
Bootstrap 4 doesn't support IE8 or 9 either, so if you're moving to the 1.3 version for BS4 support, there's probably more things you're going to run into. |
I'll need to add a classList polyfill at some point (which can then be removed in v2), but for now, check out https://github.com/eligrey/classList.js/. |
Released in v1.13.4! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use it which version is 1.13.2 in IE8 or 9,
IE console shows 1 errors:
Unable to get undefined or null referenced property "toggle" in bootstrap-select.js (30,3)
IE8 and 9 isn't compatible with Element.classList. so how to use it in IE 8 and 9? can you give some suggestions
Thanks
The text was updated successfully, but these errors were encountered: