jQuery autocomplete plugin not focusing the next clicked field

后端 未结 3 624
萌比男神i
萌比男神i 2021-01-23 13:31

I\'m using the Jörn Zaefferer\'s jQuery autocomplete plugin which works great, except for a small bug: if a user begins typing in one field where the autocomplete is attached to

3条回答
  •  庸人自扰
    2021-01-23 13:56

    How about if the user uses the Enter-key or the TAB-key? How can I stop the plugin from setting focus in the input field then? You got that to work as well, or only when the user used the mouse to choose from the drop down?

提交回复
热议问题