JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

Option to limit results #52

Open JeffHerb opened 10 years ago

JeffHerb commented 10 years ago

It would be great if you could limit the number of returned results as well.

mslevin commented 9 years ago

I was just thinking about this. I ended up just making the dropdown list scrollable. The issue would be that the top 5/10/20/whatever results wouldn't necessarily be the most relevant results in all cases.