Questions tagged [angular-chosen]

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

Libraries:

Related

49 questions
14
votes
3 answers

Want to add none as value in select multiple

I am using chosen.jquery.js for select field then this will rendered in the browser
Chris Ian
  • 771
  • 1
  • 7
  • 19
1
vote
2 answers

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 Object.e.$render (angularjslatest.js:328) …
user5443928
1
vote
2 answers

how to use ng-options for nested array?

I am using angular chosen for listing the options.but how to use ng-options for nested array? this is my array. $scope.data= [ { "Name": "Cat1", "CategoryID":…
kevin
  • 87
  • 1
  • 9
1
vote
1 answer

Angular-chosen multi-select drop up

I have an angular-chosen multi-select element at the bottom of a form and want to make it a dropup box, not a dropdown box. Angular-chosen does not seem to have a dropup option. The html produced by the select element is as follows:
Eduard
  • 167
  • 1
  • 12
1
vote
2 answers

How to set default selected value in Angular Chosen?

I have a select tag to which I am applying angular chosen. This is my select tag
user2085143
  • 4,162
  • 7
  • 39
  • 68
1
vote
1 answer

AngularChosen change the single select input to be like the multiple select

I hope someone can help me with this. I'm using angular-chosen and I'm really happy with it, but I want to remove the button type select box with the single select, into the text type box that's used with the multiple select, an example here. I…
Niel
  • 1,856
  • 2
  • 23
  • 45
1
vote
0 answers

Angular+Chosen remote data source

I am using https://github.com/localytics/angular-chosen for an angular chosen box application with remote loading as in the example. angular.module('App', ['ngResource', 'localytics.directives']) .controller('BeerCtrl', function($scope) { …
danielb
  • 878
  • 4
  • 10
  • 26
1
vote
0 answers

"? string:OPTION ?" option tag with angular-chosen

I'm trying to create an angular-chosen select menu with a selected option in a Ruby on Rails app. When the page loads and chosen is initialized, the menu does not show the option as selected. When inspecting the HTML, the first option in the menu…
1
vote
1 answer

How to add rtl support to angular chosen

I'm using angular with chosen ( source) , and i'm trying to add rtl support , here is my Demo . i've read this but it's not working . The problem is when body has dir="rtl" attribute after click on select list , page get horizantal scroll . …
Sadeghbayan
  • 1,163
  • 2
  • 18
  • 38
1
2 3 4