Opened 13 years ago

Closed 13 years ago

#5356 closed bug (worksforme)

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.

Change History (1)

comment:1 Changed 13 years ago by Scott González

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.

Note: See TracTickets for help on using tickets.