angucomplete icon indicating copy to clipboard operation
angucomplete copied to clipboard

AngularJS Autocomplete Directive

Results 100 angucomplete issues
Sort by recently updated
recently updated
newest added

Does it support Chinese ? my select options are Chinese characters.

Disabled browser autocomplete http://www.w3schools.com/tags/att_input_autocomplete.asp and removed .form-control class from the css, it's overriding the bootstrap

Hi, When I input something no match. (Both remote and local ). I can not get the input value in the controller. Would you please help to tell me how...

When we have long list in the dropdown and if we limit the height of the dropdown say around 300px, then we cannot scroll down with the arrow keydown event....

I copied angucomplete-alt.min.js and included angular.module ['angucomplete' When I run gulp below message appear [AngularFileSort] Erorr in plugin 'gulp-angular-filesort' Message: Error in parsing "angucomplete-alt.min.js" Line 5: Unexcepted token < When...

Hi, first of all kudos for such directive, it's been useful :) Keep up the good work. I have noticed it's not possible to access JSON nested properties from the...

Prevent suggestions native browser override the component of the suggestions.

I ran into a problem with google chrome autocomplete which would cover the first (and only in this case) search result. To get around it I modified the template block...

The search URL of my service requires additional information at the end of the URL. By allowing developers to use a token ("{1}") in the URL, it opens up angucomplete...