xdan / autocomplete

jQuery autocomplete plugin like Google autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please set the tabindex of the readonly input to -1

vogelor opened this issue · comments

You create a <input readonly="" class="xdsoft_autocomplete_hint" style="animation: no... to work with. but you forgot to set the tabindex of this input to -1. so if you press [TAB] inside the visible input you focus the readonly input and so the focus is "lost". if you press the [TAB] once again the next input in the form gets the focus.
if you set the tabindex=-1 like so: <input tabindex=-1 readonly="" class="xdsoft_autocomplete_hint"... then [TAB] works like expected...

ok - i think this project s not supported any longer. So i close this issue...