angucomplete-alt icon indicating copy to clipboard operation
angucomplete-alt copied to clipboard

Autocomplete Directive for AngularJS. A fork of Daryl Rowland's angucomplete (https://github.com/darylrowland/angucomplete) with some extra features.

Results 102 angucomplete-alt issues
Sort by recently updated
recently updated
newest added

There is an issue on android phones. When user inputs a query and taps on suggestion, nothing happens, angucomplete-alt updates results, and after second tap it works. This bug you...

Hi, after the component fire the ajax request, immediately the request is cancelled... I have multiple istance on angucomplete, with different id: ``` html ``` It's a know issue? Thanks...

We keep getting the error: `gulp-notify: [Compile Error] Error: Cannot find module 'angular' from '/........./assets/bower_components/angucomplete-alt'` Even if angular is required like this on the main file: `require '../bower_components/angular/angular'` Is there...

In the focus-out handler I see inconsistent results depending on how the user selects an item from the drop-down list. If the user selects an item using the arrow keys...

need to investigate

Hi, Address search is not coming in Mozilla Firefox. I checked this issue on Mozilla Firefox 52 & 57. This directive is working fine on Chrome and internet explorer. When...

I am using autocomplete into multiple rows form, where I will fetch the value from the autocomplete to other text boxes but I am unable to set the index.

goto http://plnkr.co/edit/GvWfJRCZj23NN0J6vTRV?p=preview goto Data Section -> goto angucomplete located in row #3. type at notice the sugegsted options are hidden behind scrolled parent table.

Hi, I don't know why my remoteUrlErrorCallback are undefined. ![image](https://user-images.githubusercontent.com/22872102/43479385-adcbfe32-94d6-11e8-9e82-11170ac7f1b8.png) My callback function in controller: ![image](https://user-images.githubusercontent.com/22872102/43479566-11f86d64-94d7-11e8-86cc-ae81310782af.png) My Chrome debug window: ![image](https://user-images.githubusercontent.com/22872102/43479502-ee2164f4-94d6-11e8-9334-44510189b99b.png)