-
-
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
Request: open and close methods #1893
Labels
Milestone
Comments
mafar
changed the title
Request: bootstrap-select open and close options
Request: open and close methods
Jan 10, 2018
+1 |
What is the status of this issue please? |
This change will be a part of the v1.14.0 release. This issue will be updated after it's made available. |
caseyjhol
added a commit
that referenced
this issue
May 8, 2020
caseyjhol
added a commit
that referenced
this issue
Nov 28, 2020
Released in v1.14.0-beta! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Objective:
Similar to
.selectpicker('toggle')
, options like close and open are required.selectpicker('open')
open all pickers.selectpicker('close')
close all pickersPurpose:
sometimes it is required to close down all bootstrap-select pickers while
.selectpicker('toggle')
only switched between open and closed states.These options will help in achieve either opening or closing one or more selectpickers
Solution:
Tests:
Sample:
added
open: function (e) {
andclose: function (e) {
after toggle in sourceThe text was updated successfully, but these errors were encountered: