195 questions
2
votes
0
answers
75
views
ui-select Multiple Dropdown Search Input Spinner Not Showing
I am working with an AngularJS project, where I upgraded the library from ui-select2 to ui-select. After the upgrade, I'm having issues with the search input spinner not showing for multiple select ...
0
votes
0
answers
48
views
ui-select Dropdown Always Sends 'true' to Backend Regardless of Selection
I am working on an AngularJS project and have upgraded the library from ui-select2 to ui-select. I am specifically working on a dropdown, so I had the ui-select2 dropdown:
<select data-ui-select2=&...
0
votes
1
answer
87
views
ui-select not displaying selected value
I am using AngularJS with ui-select to create a dropdown for selecting a holding time period. The dropdown populates correctly and displays the options, but after I perform a search action and select ...
0
votes
1
answer
290
views
Populate 2nd Select2 from Selections on 1st Select2 with AJAX and OptGroup
I have my first select2 that I pull data into from remote ajax search with multiple options allowed:
$("#EmailSentToGroup").select2({
ajax: {
url: "/trip-search",
...
1
vote
0
answers
288
views
How to display selected multiple dropdown values in select2 jquery laravel8
i have 3 tables dealer_master,distributor_master,dsdl_master. In dsdl_master table dealer specific distributor has been saved.
I have getting all the distributor list. using dsdl_master table i'm ...
0
votes
1
answer
76
views
My datePicker is not working when i click after i empelment select with vue | Laravel - js
im new at Laravel And i have this problem when i use vue for select another data My date picker stopped working and when i click on it is not shown ,
this is the HTML code :
<div ...
0
votes
1
answer
126
views
VueTailwind apply nextPage in fetchOptions in TRichSelect?
I've been looking for hours in their documentation here on how to pass the nextPage in the fetchOption prop, it seems that the documentation is incomplete. anyone tried using this feature?
Appriciate ...
1
vote
1
answer
3k
views
Select2 - multiple inputs with select 2 shares the same options when one of them is selected - BUGG
I am facing a strange problem with the Select2 library. I have added a few select html elements with different options specified for each tag. Each select is decorated with:
<select id="...
0
votes
1
answer
127
views
How can I fill all data in select2 (4.0) when page loaded?
I am using select2 plugin (v.4.0).
What I am trying to do:
$("#search-input-chains").select2({
placeholder: "Unit",
theme: "...
0
votes
1
answer
1k
views
select2 display drop down images and text in wrap text mode
I need to display text and images in a wrap text as shown below pic
After selection its not displaying the image, neither it wraps up (I want both image and wrapped chip to be displayed)
I have tried ...
3
votes
1
answer
474
views
Select2 initSelection element Val
I am using the select2 control on my web aplciation. In the initSelection I am passing the element.val() to a controller but it is null. How would I set element.val() that i want pass to the Url....
0
votes
2
answers
674
views
How to search with option value in select using select2 or any other js
I am looking some help on how to search with option value instead of option name.
Here is the example:
<select name="example" id="example">
<option value="1">A</option>
<...
1
vote
2
answers
3k
views
Set selected value in Select2 using angularjs
I have a Drop down in my Anjularjs Application implemented using 'ui.select2'
I had initialized it as below
<input type="text" ng-model="objCas.iProjectId" id=" iprojectid" ui-select2="...
1
vote
0
answers
538
views
custom select2 directive, ng-model update not happening in angularjs
Using jquery-select2 (not ui-select) and angular, I'm trying to set the value to the ng-model.
I've tried using $watch and ng-change, but none seem to fire after selecting an item with select2.
I have ...
1
vote
0
answers
390
views
select2 using angularJs default multi select with dynamic tags error
I was searched as much I can but I did not get a solution for this.
I using select2 with multi-select and dynamic tags, but on load, I want to load some default values, but it only displays the first ...