jQuery Autocomplete loses selection on mouse out
问题 When I select an item via keyboard arrows, the selection in the input field changes as expected. However if I then move the mouse out of the item, the input field reverts to whatever the user had typed, losing the selection previously made via the keyboard. jsfiddle example The documentation claims that what I'm trying to accomplish is in fact the default behavior, but it seems to not be working. Another reference mentioning that the behavior seems to have changed: http://forum.jquery.com