jquery-tokeninput
jquery-tokeninput copied to clipboard
Allow TAB out of the field
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.