-
-
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
Dynamically added picker causes resize JS error #2105
Comments
I've come across a similar issue, and I believe it's part of a larger problem. There are two issues here:
|
Released in v1.13.4! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dynamically added and then hidden select pickers cause a JS error when you resize the browser. To reproduce:
https://plnkr.co/edit/PnylbTpbC6AZhZIh0OXi?p=preview
I believe it's only when the select picker is dynamically added and then removed.
Happens in: IE 11, Firefox 52, Chrome 66 and 68, Safari 10. Both Windows and Mac OS.
Environment: Bootstrap 4.1.x, bootstrap-select 1.13.2
This may or may not relate to Issue #2034.
The text was updated successfully, but these errors were encountered: