Skip to main content

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.

bootstrap-selectpicker
0 votes
0 answers
36 views

my bootstrap selete element is not expanding all the way

i am trying to make a collapsable multi-select options element using bootstrap, it goes this way you have multiple filters then those filters are linked to another request that then brings out the ...
user25711213's user avatar
-2 votes
3 answers
103 views

Bootstrap 5 selectpicker change background-color [closed]

The standard in our place is that every input field should be set to color lightgoldenyellow. I cannot set the background-color of selectpicker in Bootstrap 5. This is my code: I have also attached ...
newbie coder's user avatar
0 votes
0 answers
56 views

How to re-render dropdown with search text data filtered

I am using a bootstrap selectpicker with knockout.js binding which has multiselect as well as data-live-search properties on. Here is a scenario Steps: Open dropdown, type ‘cat’ in dropdown Due to ...
Keren Caelen's user avatar
  • 1,466
1 vote
1 answer
78 views

Some options are not beeing displayed

In my HTML I have created a select tag and I want to add options dinamically. <select class="form-control selectpicker" data-style="btn btn-outline" id="mySelect" data-...
David's user avatar
  • 51
0 votes
0 answers
21 views

Change OK mark in bootstrap select

I have to change this tik mark to cross mark in bootstrap select
Muhammad Muazzam's user avatar
0 votes
0 answers
53 views

Problem with the height from bootstrap select

I can't change the height from the dropdown list. I use Bootstrap-select 1.13.1. <select class="selectpicker" data-live-search="true" id="projectSelect" name="...
Ruffi's user avatar
  • 1
0 votes
0 answers
60 views

MVC - Html.DropdownListFor disappearing when selectpicker class is added to HTML attributes

Html.DropdownListFor disappearing when selectpicker class is added to HTML attributes, issue is only is particular partial view. same dropdown is working fine with select picker class added in a view. ...
Rahim M's user avatar
0 votes
0 answers
95 views

How to use hx-trigger with bootstrap selectpicker

I'm trying to trigger an htmx request off of a bootstrap selectpicker hidden.bs.select (https://developer.snapappointments.com/bootstrap-select/options/#events). change does not work because the ...
yalow's user avatar
  • 33
0 votes
0 answers
133 views

Screen readers not reading bootstrap-select dropdown options

I am using the bootstrap-select jquery plugin in forms on my site for multiple select dropdowns. Everything funtions as it should, however screen readers don't read the dropdown options. If I test ...
Paul L's user avatar
  • 213
1 vote
1 answer
448 views

bootstrap-select selectpicker can't choose in dropdown-menu

I can't find a way to use the plugin bootstrap-select inside a dropdown-menu. The select just do not show. I have added this jQuery not to close the dropdown-menu by clicking in it: $(document).on(&...
London Smith's user avatar
  • 1,661
0 votes
0 answers
655 views

Selectpicker in Bootstrap5

I have been attempting to create a live search select using Bootstrap 5, but unfortunately, I am facing difficulties in getting it to function properly. I kindly request assistance from anyone who ...
Ahmed Guure's user avatar
0 votes
0 answers
43 views

Flask WTForms QuerySelectField does not work with BS4 Bootstrap-selectpicker.js (bootstrap-select v1.13.1)

Everything on the WTForm works correctly and I've searched many WTForms QuerySelectedField questions here as well. My form presents all records as it should correctly except for this "Country&...
Edward's user avatar
  • 329
0 votes
0 answers
30 views

Load more in bootsrapselectpicker

I want to loadmore option on mouse scroll using bootsrap selectpicker, how can i do that? $('#rel_id_contact1').bind('scroll', function(){ alert("first"); if($(this)....
Monika's user avatar
  • 1
0 votes
2 answers
72 views

2nd Selectpicker on change event not works [duplicate]

I have two selectpicker. One for city and other for towns. When citySelectpicker changes I load towns with AJAX. There is no problem with this. When I try to get on change event on TownSelect nathing ...
Tugrul's user avatar
  • 31
1 vote
1 answer
75 views

How to set an option with a specific title attribute as the selected item in Angular using Bootstrap's selectpicker?

Some of the options may have the same value, so I can not select the right option by setValue(...) so I was tring use the 'selected' but it didn't work. I tried this, but it didn't work. $('#my-select'...
Nathan Lee's user avatar

15 30 50 per page
1
2 3 4 5
23