Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [bootstrap-duallistbox]

The tag has no usage guidance.

bootstrap-duallistbox
0 votes
0 answers
17 views

Problema with bootstrapDualListbox and ajax

I have the following: html: <div id="modal-form" class="modal fade" tabindex="-1" aria-hidden="true" style="z-index: 0;"> <div class="...
Javier Mejías's user avatar
0 votes
0 answers
81 views

bootstrap dual listbox after unselect not removing from post array but showing removed on submit

I am checking bootstrap-duallistbox and facing issue (I am using this in Laravel blade) : HTML/JS : <form role="form" method="post" id="demoform" action="@if(...
Mukesh Khatri's user avatar
1 vote
0 answers
268 views

Jquery dual list box is not moving dynamically added options

I have downloaded the code for dual list box moving. it is working fine with default select boxes. but i have to generate the select box with ajax. when the select box options are dynamically ...
Ganesh Putta's user avatar
  • 2,667
0 votes
1 answer
754 views

ASP.NET Core with Duallistbox

In my ASP.NET Core (.NET5) project, I use Bootstrap Duallistbox ([email protected]). In the Razor page, I have a model that include Departments field as a List<Department> and in the ...
Enrico's user avatar
  • 5,294
2 votes
1 answer
901 views

Angular dual-listbox make specific entry readonly

I am using 'angular-dual-listbox' and I want to make one specific entry from RHS to be read-only so that the user won't be able to remove all groups. Please help if anyone knows about it
Shashwat Tyagi's user avatar
0 votes
1 answer
2k views

Append Options To bootstrap dual List

var demo2 = $('#tree_listbox').bootstrapDualListbox({ nonSelectedListLabel: 'Non-selectedsss', selectedListLabel: 'Selected', moveOnSelect: false, }); var data = [ { "id": 194, "name":...
Netcom Ask's user avatar
0 votes
1 answer
1k views

How to reposition buttons with Boostrap Dual Listbox plugin?

I am using Bootstrap Dual Listbox plugin. Functionality works perfectly but I would like to have the selection buttons to be in the middle of the two boxes. This is how it is now: This is how I want ...
Lukas's user avatar
  • 2,111
0 votes
1 answer
1k views

Loading data into Bootstrap Dual Listbox in ASP.NET Core MVC

I'm working on an ASP.NET Core 2.2 MVC app and am trying to implement Bootstrap Dual Listbox plugin for role selection. I have _UserEditorPartial.cshtml view that can be used to assign roles to a user ...
Lukas's user avatar
  • 2,111
0 votes
0 answers
616 views

Bootstrap Dual Listbox - cannot add item back once moved from selected listbox to unselected listbox

I am using BS dual listbox that contains same items as in a dropdown list (they represent different properties, one represents "owner" and listbox would represent list of participants. I have an ...
NoBullMan's user avatar
  • 2,160
2 votes
0 answers
393 views

Bootstrap Dual Listbox - Both Lists Superimposed with "0 selected" in Chromium-based Mobile Browsers

I am experiencing an issue with Bootstrap Dual Listbox wherein both the selected and non-selected lists are superimposed with a "0 selected" message in Chromium-based mobile browsers. The ...
rpowell6's user avatar
  • 243
0 votes
1 answer
2k views

Populating Bootstrap dual list boxes with pre-selected items

I am using ASP.NET core 2.1 for my web app. I have multiple lists in one of the views, each has thousands of items to be shown to the user and I am using Bootstrap Dual List Box to display the lists (...
Hesham Gohary's user avatar
0 votes
2 answers
1k views

How do I alert a popup when an option is clicked in the bootstrap duallistbox?

I am using a Bootstrap Dual Listbox plugin in my website. I want to alert a prompt when a specific option is clicked in the select element and make user fill some data and make that data go to the ...
Rishav Jain's user avatar
1 vote
1 answer
1k views

bootstrap 4 dual listbox plugin search is not working properly?

When i use filter option in bootstrap 4 dual listbox, if the 2 result appear and i select 2nd option automatically 1st option in added to list. https://www.jqueryscript.net/demo/Responsive-jQuery-...
Anukul Bansod's user avatar
4 votes
1 answer
1k views

Inside bootstrap dual list box, on selection of an option I want to separate only one value from all other values inside of value attribute

I have a bootstrap list box containing a number of options. Each option is a medical test and has a value attribute. This value attribute has many values init separated by comma e.g it has Test Name, ...
Gill Christ's user avatar
2 votes
0 answers
904 views

How to access click event of option in React dual list box?

I am using react-dual-listbox. Here I am able to select the columns and deselect and use the selected values. But, I want to access the selected option in selected items on click of that particular ...
Thilak Raj's user avatar

15 30 50 per page