ui-select2 icon indicating copy to clipboard operation
ui-select2 copied to clipboard

AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)

Results 100 ui-select2 issues
Sort by recently updated
recently updated
newest added

Hi, is there anyone who know how to reset a selection using the directive ? With select2 non-angular lib, we just have to use : $(el).select2("val", ""); Thanks !

I have something like this ``` {{row.name}} - {{row.mobile}} ``` In some cases I need to clear the selected values. For that I cleared the ng-model `form_user_id` `$scope.form_user_id = [];`...

How do you clear the values via script. Changing the model doesn't clear the options from the html.

I get error 'select2' ('destroy') when changing route edit how fix it. ```javascript The select2('destroy') method was called on an element that is not using Select2. angular.js:14525 TypeError: Cannot read...

I found issue #12 ,and the pull #78 (2014) , but it didn't work. select2 version: Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014; angular-select2 was download in demo...

is my configure error? TypeError: Cannot read property 'val' of undefined

Hi, I followed the basic example mentioned on the site. However I am unable to find how to get the change event of the select2? whats the syntax ? ```...

When the ng-model is updated programmatically or via some other control, the select2 control is not visually updated (although clicking on the dropdown does show the new selected item if...

I use angular-ui-select2. ` {{occ.key}} ` I bind data to vm.salonStaffModel.type successfully, when I select value from dropdown list. But when I refresh page, the value is undefined, although vm.salonStaffModel.type...

The array of functions in `controller.$parser` is executed before validation. That means the `controller.$valid` is incorrect. `controller.$valid` is still the old value when the function is executed. `controller.$viewChangeListeners` should be...