Skip to main content
-1 votes
0 answers
35 views

Bootstrap selectpicker multiple selected up to another element change is not working properly [closed]

I have a dropdown role and another users (multiple select - bootstrap selectpicker). While I change role, then users will be selected automatically depending on role selected, with an Ajax call for ...
Al Imran's user avatar
1 vote
3 answers
58 views

Is there a way to check if the "select all" or "deselect all" buttons were clicked?

I know this is an old unsupported plugin, however some legacy code is using it. I need to check if the "select all" or "deselect all" buttons were clicked when they were added ...
pileup's user avatar
  • 3,374
0 votes
1 answer
795 views

Customize Select using bootstrap v5.3

This is the select I would like to replicate using bootstrap v5.3 not selected opening selection I've been looking at all the options given by bootstrap. I don't see any select that has details within ...
LogicalDeveloper's user avatar
1 vote
0 answers
88 views

Bootstrap-select not accessible to screen readers. Not behaving like standard select dropdowns in any browser. Menu items not being read in Firefox

Try below code in a browser with NVDA. The plain HTML original select dropdown works as expected with NVDA screenreader reading out the individual menu items when you go up or down with cursor keys or ...
geogan's user avatar
  • 85
0 votes
1 answer
71 views

Why does setting a title on a SnapAppointments' bootstrap-select clear the element's value?

I'm using SnapAppointments bootstrap-select (https://github.com/snapappointments/bootstrap-select/) and get the following strange behavior (maybe a bug?). When the page is loaded, the options are ...
stefanu's user avatar
  • 367
1 vote
0 answers
175 views

Adjust width of drop down and wrap lengthy text

I'm using bootstrap-select in a website, the options contain lengthy texts causing the dropdown menu to extend beyond the width of the select element. <select class='selectpicker form-control'> ...
Joy's user avatar
  • 91
0 votes
0 answers
314 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
0 votes
1 answer
300 views

Sweetalert2 and Bootstrap select

I am trying to create a custom select options using bootstrap select to allow the ability to search my options. $.ajax(vendorList).done(function (response) { var options = {}; ...
LeviZoesch's user avatar
  • 1,621
0 votes
1 answer
178 views

asp-append-version affecting html elements inside _Layout.cshtml

I'm trying to add a language selector with flag in .net core mvc application. The picker selector is working fine but asp version is appended to the options of the dropdown. <head> <meta ...
Usama Shahid's user avatar
0 votes
2 answers
79 views

onChange for select form in React showing previous object in array

I'm creating a simple select dropdown form in React using Bootstrap. The options in the dropdown are populated from an array of "region" objects retrieved from the app's database. My problem ...
Lee's user avatar
  • 31
0 votes
1 answer
107 views

Only optgroup multiple (bootstrap-select)

I am using https://github.com/snapappointments/bootstrap-select/ v1.13.18 and I need to provide object, where only optgroup options can be multiple. So if we select non optgroup option, all other ...
ketna's user avatar
  • 41
0 votes
0 answers
99 views

sorted out // How do I remove a class from a button with jquery and add another one?

I have a bootstrap-select select element in my project with the following code: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-...
Lucas Macedo's user avatar
1 vote
0 answers
77 views

Generate dynamically Select with Optgroup with Bootstrap-select

I'm looking for help with this. I have this function to get all the employees of my app. function listar_empleados() { funcion = "listar_empleados"; $.post("/...
Oscar Quevedo's user avatar
0 votes
1 answer
908 views

Bootstrap 5 select dropdown with multiple value display properties

I have the following code<hr> HTML <select id="select" placeholder="Choose Select" class="selectpicker" multiple></select> <div class="...
zeno's user avatar
  • 3
1 vote
1 answer
4k views

How to run Bootstrap-select with bootstrap 5 without this error

I'm using Bootstrap 5 on a project (template based) and when I tried to include bootstrap-select (version 1.13.14) but the console returns the following errors: Uncaught TypeError: Cannot read ...
ArtFranco's user avatar
  • 360

15 30 50 per page
1
2 3 4 5
40