hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

Suggested tag is not selected when user press dedicated trigger keys #8

Closed jesperlind closed 13 years ago

jesperlind commented 13 years ago

From my experience with user behavior:

They type in one tag and there is a suggestion in the auto complete. They do not understand that they have to press key-down to select the item from the suggestion. When there is only one tag appearing they presume they can click tab, enter or the other dedicated trigger keys.

I must fix so that the tag is selected only by pressing trigger key. It should not be necessary to "key down". Have anybody done a fork with that functionality already?

timc13 commented 13 years ago

I have a fork that makes the autoFocus option from jquery-ui-autocomplete work. https://github.com/tbone47/jQuery-Tagit

hailwood commented 13 years ago

Closed thanks to tbone47 (note I have not tested this, I am simply trusting it does)