allmighty-autocomplete
allmighty-autocomplete copied to clipboard
.bower.json has 2 autocomplete entries on "main" property
It's causing a duplicated script tag using grunt. Can you fix it? And about the CSS. Can add it automatically?
Edit: About the data itself: do you guys plan to have a "parse" function for data? For instance: I have an array of objects containing the id and name of a person and I'd like to use the autocomplete to search it. But when I select the name, I'd like to have access to the person's id.