MassAutocomplete icon indicating copy to clipboard operation
MassAutocomplete copied to clipboard

Auto Complete for Angularjs applications with a lot to complete

Results 13 MassAutocomplete issues
Sort by recently updated
recently updated
newest added

Hi!, I had some problems with ac-container position when it is inside a tag with the attribute position relative / absolute /etc. To solve it, I wrapped the element with...

reason: semantic-ui uses relative positioning and suggestions had bad position

Current code always removes id of the input when input loses focus (detach). Desired behaviour is to remove id only when a "runtime" id is set on attach-ing : ```...

This allows you to set true or false. If true it will show all available unfiltered items. If false it will not show any item until you start typing (like...

function highlight(str, term) { --------------------------------- ADDED CHANGES ---------------------------------------------------------- term = term.replace(/^\s+|\s+$/g, '') //replace trailing spaces term = term.replace(/\s\s+/g, '|') //replace all spaces, tabs, newlines by | => regex OR, //instead...

Hello I wonder if the option of using the **arrow keys up/down** in case there **scroll**, are supported to move. Why me not working me...

Is needed when using #71 in some use cases. (I use the autocomplete to add tags, and want to hide the autocomplete selections, when an option is selected, however I...

We have a use case where we can have many people with the same name, i.e. search string. This causes a problem in the part of the code which checks...

Hi, I have an issue with the positionning of the AC container when the massautocomplete field is inside a positionned block, of fixed height with `overflow: scroll`. That is because...