angular-selector icon indicating copy to clipboard operation
angular-selector copied to clipboard

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.

Results 24 angular-selector issues
Sort by recently updated
recently updated
newest added

How can I send the selected items to POST? If I only attach name="authors[]", this is what I get in POST: [authors] => Array ( [0] => object:66 [1] =>...

Modified the dist/angular-selector.js file to fix issue #21 - Dropdown closing on scroll click in IE and Edge

I am getting a bunch of "Empty label" errors in Wave accessibility reports. Does anyone have any idea about how to address this issue?

i am using remote fetching method when i search a word and select it remove the old selected values

I am having trouble getting disableSearch to work.

### Plunker http://plnkr.co/edit/CGY47bqX0dLnFkrVY3aB?p=preview ### Scenario - Multiple select - Remote fetching - No remote validation ### Steps to reproduce the issue 1. type "f" in the input field 2. press...

bug

I'm having performance issues when the option list is 500+ in size, any suggestions of how I could research improvements? Love the tool, by the way.

question

When trying to scroll through a list in IE Edge (11), you can't do it, the drop down just closes. [http://plnkr.co/edit/1pvaCDBDEJSwUlFeaieS?p=preview](http://plnkr.co/edit/1pvaCDBDEJSwUlFeaieS?p=preview) In the above plunker, uncheck the disabled box, click...

Hi, Cool library, I liked the small size! I'm using UI-Select and its a pain. However I cant take the risk of porting to your library into production if I...