drewwilson / AutoSuggest

jQuery AutoComplete Plugin
http://code.drewwilson.com/entry/autosuggest-jquery-plugin
86 stars 46 forks source link

Backspace/delete doesn't work as expected when any tag but the last is selected #4

Open alanhogan opened 13 years ago

alanhogan commented 13 years ago

Steps to reproduce:

  1. Add a number (2+) of items.
  2. Click the first one, or really any but the last. It should “look” selected.
  3. Hit backspace (“delete” on a Mac).

EXPECTED: Item is removed

ACTUAL: The last item becomes selected.