Top "Angularjs-select2" questions

Angular select2 directive allows you to enhance your select elements with behaviour from the select2 library.

Angular Select Options with image

I want select drop down option with respective images ,can anyone help me in this , here is my code <…

angularjs select angularjs-select2
How to use jQuery Select2 with AngularJS

I am trying to use jQuery (2.2.1) Select2 (3.5.2) with Angularjs (1.5) but am having a difficult time grabbing the data from the …

jquery angularjs jquery-select2 angularjs-select2
How to initialize a select2 disabled

I have a simple select2 init which I want to be disabled by default without chaining a .select2("enable", false) …

javascript jquery jquery-select2 ui-select2 angularjs-select2
Angular ng-options in select2 - settings value property

I have an array of countries: var countriesList: [ {name: "Israel", code: "IL"}, {name: "India", code: "IN"}, {name: "Andorra", code: "AD"} ] …

angularjs angularjs-select2
allowClear="true" not works in angular-ui select

How to clear the selected value in angular-ui select. I want something like this

angularjs angularjs-select2
Does Select2 allow for changing name of "text" key to something else?

I have the following Select2 configuration. $scope.select2Options = { simple_tags: false, placeholder : "Search for a language", multiple : true, contentType: "…

json jquery-select2 angularjs-select2
Any examples for integrating Select2 with Angular2 Components?

I've been trying to find a demonstration/example of how to integrate Select2 into an angular 2 component. My end goal …

angular jquery-select2 angularjs-select2
Angular ui-select placeholder not working

We have been using ui-select (https://github.com/angular-ui/ui-select) to theme dropdowns like select2. This functionality has largely been …

javascript angularjs select angularjs-select2 ui-select
AngularJS Select other option and get value from textbox

Using AngularJS I have a list of selected option and one additional "New" option. What I am trying to do …

angularjs angularjs-directive angularjs-select2
Set default value of select to null option

According to the Angular documentation, you can create a null option that is not part of your model. This allows …

angularjs select default angularjs-select2