MassAutocomplete
MassAutocomplete copied to clipboard
Auto Complete for Angularjs applications with a lot to complete
Hi, Tested Ie9 in my own code and on first State selection input on web site under examples. When you type "Ala", the select list appears and you can select...
This makes CSS styling of input box a bit easier. I'm not sure if it isn't too specific use-case. But it would help me a lot. :)
This is happening when the press is longer the `debounce_blur`. The input losses focus which triggers detach. Since the item is pressed the click event does not invoke `apply_selection`. The...