-
-
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 'display' of undefined #2086
Labels
Comments
display = that.options.display || $.fn.dropdown.Constructor.Default.display; |
May be fixed by adding $.fn.selectpicker.Constructor.DEFAULTS.display = 'static'; // fix v1.13.2 But this should be fixed internally somehow. |
Released in v1.13.3! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version of bootstrap "3.3.7"
Version of bootstrap-select "1.13.2"
In BS3
dropdown Constructor
doesn't haveDefault
property.That code throws error in some cases:
The text was updated successfully, but these errors were encountered: