Skip to content
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

Update the title #1416

Closed
bonsall opened this issue Jun 14, 2016 · 2 comments
Closed

Update the title #1416

bonsall opened this issue Jun 14, 2016 · 2 comments
Milestone

Comments

@bonsall
Copy link

bonsall commented Jun 14, 2016

It looks like i can't update the title without destroying the selectpicker and changing the html, like this.

$('.selectpicker').selectpicker('destroy');
$('select.selectpicker').html(someOptions);
$('.selectpicker').selectpicker({title = 'New Title'});

Did I miss something along the way? Can this be added as a new feature?

Desipientia added a commit to Desipientia/cats-score that referenced this issue Jun 29, 2016
Same problem as in snapappointments/bootstrap-select#1416. Not solved yet.

Don't know what is the right thing to do, so decided to change few lines
in bootstrap-select.js (which prevent title updatind) until the issue is
solved.
@caseyjhol caseyjhol added this to the v1.14.0 milestone Apr 23, 2020
@caseyjhol
Copy link
Member

This change will be a part of the v1.14.0 release. This issue will be updated after it's made available.

@caseyjhol
Copy link
Member

Released in v1.14.0-beta!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants