Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
85 views

Currently I am developing website using Django and angular 8. for drop-down I have used angular-chosen and I have configured it in angular side using angular-chosen package. On Angular side dropdown ...
Moon's user avatar
  • 4,172
0 votes
1 answer
223 views

My project has some libraries angularjs.1.8.x jquery.3.5.1 jquery-chosen.1.8.7 angular-chosen.1.9.2 (angularjs) that works fine. I want update angular-chosen to 1.9.3 but it is gettting exception (...
FranAA's user avatar
  • 29
0 votes
1 answer
128 views

I am using angular-chosen, by default if the source list is empty the element is disabled. Is there a way to enable the element even if the source list is empty?
Minal Kumar Thilakanath's user avatar
-2 votes
1 answer
409 views

I need help with the following scenario: I use a single-select dropdowns in a table. Each row has its own dropdown. Now there are 2 options for changing the selection: Click on deselect ('x') icon (...
badigard's user avatar
  • 850
0 votes
1 answer
405 views

As you can see from title, I tried to change the placeholder text which says "No results match" and which is grey-out(disabled) from a selected tag. I tried with "placeholder" but it doesn't work. &...
Florin Lei's user avatar
0 votes
2 answers
465 views

I want to set my angular chosen with default value from my response. also my Angular chosen dropdown values also coming from AJAX response. I tried ng-init and pointing the value with respect to index....
Nicoleta Wilskon's user avatar
0 votes
1 answer
265 views

HTML: <select chosen multiple class="form-control" ng-model="model.Skills" ng-options="skills.name.skillName for skills in skills" data-placeholder="Select Skills" > ...
Nicoleta Wilskon's user avatar
0 votes
1 answer
254 views

I am facing an issue when using angular-chosen plugin in my app. <select class="form-control chosen-rtl" id="userList" ng-model="ssc.selectedUser" chosen multiple search-contains="true" ...
Saurav Sinha's user avatar
0 votes
1 answer
560 views

I want to select multiple subjects across one course but can't do so I have two dropdown lists one for course selection and one for subjects selection. For multiple selection of the subjects I use ...
Junaid Farooq's user avatar
0 votes
1 answer
74 views

I use Angular chosen to add styles to default select tag in HTML. It works fine when i push my data object to select tag on page load. But i want to load the list dynamically when other selection ...
Srinivasan's user avatar
1 vote
2 answers
686 views

I'm getting the following error while implementing the AngularJS chosen directive. Error: TypeError: a.map is not a function at nh.q.writeValue (angularjslatest.js:307) at ...
user avatar
0 votes
1 answer
601 views

I use the chosen.js library for displaying/rendering dropdowns. I have the following dropdown html: <select [(ngModel)]="myModel" data-placeholder="Some Dropdown Value" id="my-dropdown" class="...
tester's user avatar
  • 3,997
0 votes
2 answers
3k views

I'm using JQuery chosen plugin, chosen single select. when i'm opening the dropdown which listing some set of values loaded in. also it's showing vertical scroll. i can able to scroll using scroll bar ...
Sarathkumar Palanisamy's user avatar
0 votes
1 answer
307 views

I have a chosen Multi Select input using AngularJS 1.x. and i'm having a problem when i add new items to this input. I followed this instructions of this website: Adding new values to chosen plugin ...
Johnson's user avatar
  • 1,546
0 votes
0 answers
121 views

Any one know if there's a way to set the chosen options unsorted when the values are integer? I currently have a chosen to select the days of the week filled with the following JSON [{"VAL":1,"DES":"...
CJLopez's user avatar
  • 5,843

15 30 50 per page