jQuery Autocomplete problem - Shift Key behaves same as Return Key

Posted by user237005 on Stack Overflow See other posts from Stack Overflow or by user237005
Published on 2010-05-07T23:04:55Z Indexed on 2010/05/07 23:08 UTC
Read the original article Hit count: 446

See: http://www.airbnb.com/

In the search bar, start typing "san f" (no quotes, all lowercase), then hit Return (or Enter). "San Francisco" is autocompleted. This is good!

Now clear the search field and start over. type "San F" and boom - "San Francisco" is autocompleted as soon as you hit Shift. This is not expected.

This happens in FF & Safari, but is untested elsewhere. I've looked through the jQuery Autocomplete Source Code and everything looks normal.

Has anyone experienced this before?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-autocomplete