I don't know how to make a condition that will show alert when someone want will remove items from select2. ...
I don't know how to make a condition that will show alert when someone want will remove items from select2. ...
I am using Select2 with Laravel. My Search of Select2 is not working. My code is like below. Here is the function of the controller. If I wri ...
I have a Select2 dropdown in my project. While trying to get the selected value getting selected value with "number" string attached. Like "number:2. ...
. Answers to this question are eligible for a +50 reputation bounty. Bounty gr ...
I have a select2 that uses the sorter option to sort options alphabetically, and a button that should select the next option after the currently selec ...
I'm trying to implement AJAX Request to Codeigniter 4.21 route and bind it to select2, the result data was OK, but won't binded to select2. Is there a ...
I have a wizard in laravel livwire with 4 steps. in the first step I have select box of select2 for multiple selection, everything works fine but when ...
Why is my select2 dropdown menu is above the textbox and not hidden? I not sure what's the reason why it doesn't work as the website shown. https://s ...
I am using Select 2 4.0.13 on jQuery 3.6.1 and am looking for a way to allow the search bar to be selected when the Select 2 is opened. I found https ...
I'm using Django-select2 to show select2 widgets on my forms. On one of these form select-fields I want to user to be able to set the value by clickin ...
Hello everyone this is my first year studying web development, I have decided to work on a personal projet in order to get acquainted to web developme ...
. Answers to this question are eligible for a +50 reputation bounty. Ta ...
in one page I have to list the name of the all rooms in a loop and assign employees to the rooms. Some employees uses more than one room. I decided us ...
Using Laravel livewire, bootstrap 5 modal and select 2. Select2 (s2) without multiple works fine. It's populated, selections save to the component, c ...
I have created 2 multiselect list for Contact Group details and employee details in a create() function, while the view for both of them are different ...
I was wondering if there's an option in select2 to make each selected item appear in its own line when using multiple selection. <select id="items ...
I'm making multiple select options in modals, but when I select only 1 option that can be selected, what's wrong with it? Please help. this is Control ...
I want to create a select box for the location field, in which if one types any letter should call API and fetch location details in the dropdown I t ...
Hi i'm using Select2 on Rails application. ex: How many time does cache last? ...
I just fresh-installed a Laravel 9 app, added select2 and jquery with npm, passed what I needed to pass to vite.config.js and app.js, jquery is gettin ...