jquery-tokeninput icon indicating copy to clipboard operation
jquery-tokeninput copied to clipboard

Allow TAB out of the field

Open sixty4bit opened this issue 13 years ago • 4 comments

When the user hits TAB and nothing is selected, the focus should move to the next focusable element. Currently, once you are in the field you have to mouse click to get out of it. I have fixed it so that if you have something selected and hit TAB the item is selected and focus stays on the field. If nothing is selected, then focus is moved to the next focusable item as expected.

sixty4bit avatar Aug 10 '12 21:08 sixty4bit