Questions tagged [bootstrap-selectpicker]

Use this when referring to Bootstrap-select by Silvio Moreto. This is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

website

https://silviomoreto.github.io/bootstrap-select/

github

https://github.com/silviomoreto/bootstrap-select

syntax

$('.selectpicker').selectpicker({
  style: 'btn-info',
  size: 4
});

screenshot

enter image description here

326 questions
3
votes
1 answer

Using bootstrap-select, change text color when option changed or selected

I'm using bootstrap-select/selectpicker for several different drop-down lists on one page. The box for each list displays the title for the selected item, which is the first option. My goal is to change the color displayed, such as to red, for any…
3
votes
2 answers

option values in bootstrap select are displayed outside the dropdown

I'm facing an issue at times in my html page where all the options in the bootstrap-select are displayed outside the dropdown box. (attached the screenshot) dropdown This issue is only observed sometimes. The values are getting populated from an…
3
votes
1 answer

Bootstrap select is not showing

I am trying to use bootstrap-select with my angular project but it does not appear at all. My dependencies after installing the bootstrap-select package with bower:
3
votes
1 answer

bootstrap select bug when there are more values and scrolling upwards it shows no search box

If there are less values like
Muqri
  • 69
  • 6
2
votes
1 answer

selectpicker - error only with more options in the select

This script shows a year-month dropdown. When clicking on it to change its value, this error occurs in the Firefox console, without showing the options in the select: Uncaught TypeError: A.selectpicker.current.data[(v +…
user2342558
  • 5,567
  • 5
  • 33
  • 54
1 2
3
21 22