When using a jQueryUI AutoComplete with AutoFocus set to true, if you type too quickly and hit enter, the first selection will replace what you typed, even if it doesn’t match.
For example, if you type in "app", and the first selection of the scrolling autocomplete is "apple", and then continue to type in "applique" quickly and hit enter, "applique" is replaced by "apple".
Immediately before the entered text is replaced by the first selection from the autocomplete, is there any way to make sure the first selection still matches the text entered?