49 questions
0
votes
0
answers
85
views
Angular 8 , angular chosen not working after build
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 ...
0
votes
1
answer
223
views
Angularjs chosen exception with jquery-chosen 1.8.7 and angularjs 1.8.0
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 (...
0
votes
1
answer
128
views
Enable select even if options list is empty?
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?
-2
votes
1
answer
409
views
Disable re-select when model was selected in Angularjs-chosen
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 (...
0
votes
1
answer
405
views
AngularJS : Change placeholder text for Angular-chosen plugin when there is no match
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.
&...
0
votes
2
answers
465
views
how to set default value for angular chosen
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....
0
votes
1
answer
265
views
Angular chosen multiple with default values
HTML:
<select chosen multiple class="form-control" ng-model="model.Skills"
ng-options="skills.name.skillName for skills in skills"
data-placeholder="Select Skills" >
...
0
votes
1
answer
254
views
bindLabel and bindValue chosen-multiple in Angular 1.5
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"
...
0
votes
1
answer
560
views
Cannot create property 'subjects' on number '1' using AngularJs
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 ...
0
votes
1
answer
74
views
Angular Chosen not loading selection lists dynamically after page loads
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 ...
1
vote
2
answers
686
views
Getting error while including AngularJS multiple chosen directive
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 ...
0
votes
1
answer
601
views
Chosen.js in Angular2 does not recognize changes
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="...
0
votes
2
answers
3k
views
Jquery Chosen Select scroll issue
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 ...
0
votes
1
answer
307
views
AngularJS 1.x Chosen MultiSelect ADD New Values
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
...
0
votes
0
answers
121
views
Setting jquery chosen options unsorted
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":"...