Ticket #7419 (closed enhancement: worksforme)

Opened 2 years ago

Last modified 2 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 2 years ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to worksforme

Use the autoFocus option.

Note: See TracTickets for help on using tickets.