search for: has_focus

Displaying 1 result from an estimated 1 matches for "has_focus".

Did you mean: can_focus
2005 Aug 24
1
Re: triggering autocomplete with a button press
...es the autocomplete show() function. This correctly displays the autocomplete drop-down div, but it is not active - the items do not highlight when I hover over them, nor can I scroll through the items using the arrows keys. I''ve tried various combinations (setting min_chars to 0, setting has_focus, changed and active to true, invoking addObservers(), etc.) but none of them have the desired effect. Is there a way to trigger the autocomplete field using an external function call? Thanks, Tyler