-
-
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
TypeError: Cannot read property 'content' of undefined #2436
Comments
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case (you can use our preconfigured Plunker), and report back with your link. |
Seems like it's kind of a fringe case (as there's no reason to call refresh before populating the select, and removing that first refresh() call fixes the bug). In any case, to cover all bases, this should be fixed. |
Released in v1.13.14! |
bootstrap: v3.4.1
bootstrap-select: v1.13.13
This error occurs on the render of empty "select" (without "option" elements). Thank you!
The text was updated successfully, but these errors were encountered: