Top "Bootstrap-select" questions

A custom select / multiselect for Bootstrap using button dropdown, designed to behave like regular Bootstrap selects.

Bootstrap Select - Set selected value by text

How can I change the drop down if I only know the text and not the value? Here is my …

twitter-bootstrap-3 bootstrap-select
Bootstrap-select does not toggle "open" class

Check it out please -> FIDDLE I downloaded the source from http://silviomoreto.github.io/bootstrap-select/, I really have …

jquery twitter-bootstrap bootstrap-select
How to add data attribute in Rails form select tag?

I found this Bootstrap Select project and its gem for Rails. I want to implement search in the select tag. …

ruby-on-rails ruby twitter-bootstrap ruby-on-rails-4 bootstrap-select
bootstrap-select dropdown making it work on mobile

I am having really hard time with this. Can someone please help? I want to have native dropdown kick in …

jquery mobile bootstrap-select
Use Bootstrap-select with MVC Dropdown List

I am attempting to use Bootstrap-Select in a Web Application I am developing in MVC to style a dropdown list …

javascript css asp.net-mvc twitter-bootstrap bootstrap-select
how to append options in select bootstrap?

My select bootstrap dosn't show the options i append: This is the index: <div class="form-group label-floating"> <…

javascript jquery bootstrap-select
bootstrap-select nothing selected

I am using bootstrap select. <select name="categories[]" id="cat" class="selectpicker" multiple> </select> and getting …

jquery twitter-bootstrap bootstrap-select
Show bootstrap-select inside bootstrap button dropdown

I use Bootstrap button dropdown to show a form. I have disabled dropdown disappearing onclick (while user manipulates the form) …

twitter-bootstrap twitter-bootstrap-3 bootstrap-select
Bootstrap select inside modal don't show properly

Here is the fiddle. I've put a Select box as sample. It seems that it can't be shown inside modal. …

twitter-bootstrap-3 bootstrap-modal bootstrap-select
Values submitted by a form with `multiple` in `bootstrap-select`

If one generates a form with bootstrap and bootstrap-select: <form action="handle.php" method="post"> <select name="…

javascript php twitter-bootstrap bootstrap-select