Skip to main content

Search and Top Navigation

#5356 closed bug (worksforme)

Opened March 16, 2010 03:03PM UTC

Closed March 17, 2010 12:36AM UTC

When focus is getting out of autocomplete list, the input value should resume default

Reported by: Saare Owned by:
Priority: minor Milestone: 1.8
Component: ui.autocomplete Version: 1.8rc3
Keywords: Cc:
Blocked by: Blocking:
Description

(Using the current demo http://jqueryui.com/demos/autocomplete/)

When the user is taking the caret out of the autocomplete options list, he expects the input to resume the original content in the list. otherwise, whenever you just check the list with the caret, you loose what you have already written.

It should at least be configurable.

Attachments (0)
Change History (1)

Changed March 17, 2010 12:36AM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

What you're asking for is the current behavior. If you use the arrow keys to go through the options list and then reach the end of the list, you'll go back into the text field and the value will return to what you had typed.