wuyuntao / jquery-autosuggest

A fork of AutoSuggest jQuery plugin writtern by Drew Wilson.
http://github.com/wuyuntao/jquery-autosuggest
118 stars 59 forks source link

Pressing Tab reinserts removed items (if there were selected from the drop-down) #9

Closed necolas closed 6 years ago

necolas commented 13 years ago

If you select an item from the drop-down menu and then remove it, it can be reinserted by pressing Tab or Shift+Tab (Windows). Every other method of item selection will not produce this behaviour.

If you remove multiple selected items that had been selected from the drop-down menu, only the very last one inserted (not removed) will be reinserted upon pressing Tab.