Skip to main content
0 votes
1 answer
249 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
65 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
51 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
  • 357
0 votes
0 answers
77 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
1 vote
0 answers
142 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
236 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
238 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
160 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
72 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
100 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
86 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
874 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
3k 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
1 vote
1 answer
1k views

Change the Background Color of a Bootstrap 4.6 Select Option When Selected or Hovered?

Using Bootstrap 4.6, all my form select dropdowns have a blue background like this: I have a .scss file setup similar to this: // Custom Variables @import '../../vendor/bootstrap-4.6.0/scss/...
Jarad's user avatar
  • 18.8k

15 30 50 per page
1
2 3 4 5
40