Questions tagged [angular-chosen]

AngularJS Chosen directive brings the Chosen jQuery plugin into AngularJS with ngModel and ngOptions integration.

Libraries:

Related

49 questions
0
votes
0 answers

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 working properly with angular-chosen and I am able…
Moon
  • 4,014
  • 3
  • 30
  • 66
0
votes
1 answer

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 (just load page): Uncaught Error:…
FranAA
  • 29
  • 5
0
votes
1 answer

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?
0
votes
1 answer

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.
Nicoleta Wilskon
  • 687
  • 1
  • 10
  • 32
0
votes
1 answer

Angular chosen multiple with default values

HTML:
Saurav Sinha
  • 21
  • 1
  • 6
0
votes
1 answer

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 the angular-chosen plugin, I can select multiple…
0
votes
1 answer

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 list is selected. It does not work here. When i…
Srinivasan
  • 293
  • 1
  • 6
  • 16
0
votes
1 answer

Chosen.js in Angular2 does not recognize changes

I use the chosen.js library for displaying/rendering dropdowns. I have the following dropdown html: