Hi, on the autocomplete demo-page I've noticed many examples that set "minChars" option to "0", giving the impression that they will fire up as soon as each input field gets the focus. However, they don't, and I have to type in at least one character to get the autocompletion working. Now, since I'd really need to autocomplete fields when they get focus, I'm wondering if I can get this in any way. Is autocomplete expected to support this feature at any time in the future? If autocomplete doesn't support this at all, how can I get a similar result?
TIA, Andrea