-
-
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
selected option styling is not updated if .selectpicker('val', x) is called while dropdown menu is open #2256
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:
|
Will update this issue with requested content later. Opened a PR for this issue. |
After looking at your PR, I see what you mean. |
caseyjhol
changed the title
.selectpicker('val') Doesn't update checkmarks when dropdown menu is displayed
selected option styling is not updated if .selectpicker('val', x) is called while dropdown menu is open
Apr 10, 2019
caseyjhol
added a commit
that referenced
this issue
Apr 10, 2019
…the selected option styling (#2256)
Released in v1.13.10! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduce:
Select some options in the dropdown. In on-change event call .selectpicker('val', someOptionValue). The checkmarks are not updated.
The text was updated successfully, but these errors were encountered: