592 questions
-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 ...
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 ...
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 ...
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 ...
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 ...
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'>
...
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 ...
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 = {};
...
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 ...
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 ...
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 ...
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-...
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("/...
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="...
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 ...