Input box with autocomplete

Hi,

I’m trying to find a package that will enable me to put an input field with autocomplete, but it should also find part of words and not only the beginning.
I tried the loopback::dropdown (https://atmospherejs.com/lookback/dropdowns) but couldn’t make it work as an input field, only as a dropdown-button style.

or even better, maybe there is a package for this: http://designshack.net/articles/javascript/create-a-simple-autocomplete-with-html5-jquery/ ?

tnx!

easy-search, typeahead, mizzao:autocomplete or what is the exact name.
Or you can wire up select2 and provide your own algorythm/wrappers etc.

tnx @shock !

I’ll try mizzao:autocomplete