angular-select2
angular-select2 copied to clipboard
Select2 directive for Angular.js
Hi Ruben, I am using angular v 1.7 I am having this issue and I also included jquery.min.js but still throwing this error. Can you please help with this?
Can't find or understand how to add an "on select" event
Hi, I am following this long and old issue (https://github.com/select2/select2/issues/1541) about the virtual keyboard popping up when not using `minimumResultsForSearch:-1`. Is there a way we can fix this with the...
Tryng to use with AngularJS 1.6, Bootstrap 4 and got issue with form-control css style. 
Select2 multiple select input search are not performing in mobile view. Is there any workaround for this.
Select2 for angular with below versions Select2 : https://github.com/rubenv/angular-select2 Angular : v1.4.9 Iam getting the below error TypeError: element.select2 is not a function at link.getOptions (app.js:31163) at getSelection (app.js:31231) at...
Hi I read the select2 documentation that there is ajax.delay options to avoid triggered request in every keystroke. How to implement it ? Yours sincerely
Configuring a matcher like this ``` ``` has no effect when using angular-select2. The custom query implementation has the matcher logic hardcoded instead of utilizing `opts.matcher`. See c7b700f: ``` js...
When a new item is added to s2-options, the option can be selected in the menu, but after that ng-model is set to null, since optionItems has not been refreshed....
Hi, I usually use this library extension in my project's forms and I want to use the HTML5 required attribute to validate if my select is fulfilled correctly. I tried...