autocomplete : launch autocomplete from an oustide link or by a function call ?
Hi
I have my autocomplete working great , thanks for that great module
now in my use case
I have suggestions return as we type (I desactivated selected option)
but I have the keypress Enter event dealt seperatly
because it can do other things
but in some cases I still need to build suggestions
so my question is how can I launch a build autocomplete programmaticaly
I tried finding the method in the autocomplete and found receiveData but wasn't able to get to work
any enlightning idea is more than welcome
Regards