Autocomplete - trigger menu using function call?
Using 1.6rc2. I'd like to have a function call whereby I can open up
the menu on demand. The idea is to simulate a standard dropdown with a
button on the right.
It appears there isn't a way to do this currently. I've gotten close
by calling the .click handler multiple times or inder to get onChange
called, but it doesn't work consistently as it depends on which
element had focus when it's called, and changing focus doesn't seem to
help.
It would seem logical to expose the function onChange.
Thoughts?