Top "Ui-select2" questions

An AngularJS wrapper for select2, different from jquery-select2

How do I change selected value of select2 dropdown with JqGrid?

I'm using Oleg's select2 demo, but I am wondering whether it would be possible to change the currently selected value …

jquery jqgrid ui-select2
How to get Selected Text from select2 when using <input>

I am using the select2 control, loading data via ajax. This requires the use of the <input type=hidden..&…

javascript jquery knockout-2.0 jquery-select2 ui-select2
AngularJS ui-select dropdown default value

I am using angular ui-select for drop down. How can I set a default value for the drop down value? &…

javascript angularjs ui-select2
how to set a default value for angular ui-select

Question : how to set default value to the angular ui-select drop down values are fetched from object and object wont …

javascript angularjs ui-select2 ui-select
how to handle " The select2('destroy') method was called on an element that is not using Select2"

I am using ui-select2 and trying to open new page on click of edit button. I am seeing some strange …

jquery angularjs ui-select2
AngularJS ui-select2 multi select not working

I tried AngularJS ui-select demo app: https://github.com/angular-ui/ui-select2/tree/master/demo for multi select. Specific example I …

angularjs ui-select2
How do I $watch the Angular-ui's new ui-select (former ui-select2) search string changes?

I noticed that the Angular-UI have discontinued their UI-Select2 directive in favor of the new UI-Select (with multiple themes - …

angularjs angularjs-directive angularjs-scope angular-ui ui-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
select2 - use as autocomplete textbox (even if not an option)

I'm trying to use the select2 add-on as more of a textbox (compared to a dropdown) with autocomplete features. This …

jquery css autocomplete jquery-select2 ui-select2
ng-model is not getting changed in ui-select

I'm trying to achieve something very straightforward: <ui-select multiple ng-model="company.stack" theme="bootstrap"> <ui-select-match>{$$item.…

angularjs angular-ui ui-select2