Opened 12 years ago

Closed 12 years ago

#7419 closed enhancement (worksforme)

Allow AutoComplete to select first item from result on a specific key press

Reported by: gautam Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.autocomplete Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:

Description

Right now the autocomplete requires you to press Down arrow to select an item.

Instead if you partially type a word, and you get results, after pressing Tab key (or another key of your choice, e.g. Enter or Space) the first item in the list is selected and chosen as the selection.

Very similar to the Tag box on StackOverflow: http://stackoverflow.com/questions/ask

Change History (1)

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

Resolution: worksforme
Status: newclosed

Use the autoFocus option.

Note: See TracTickets for help on using tickets.