Search and Top Navigation
#7419 closed enhancement (worksforme)
Opened May 24, 2011 10:33PM UTC
Closed May 24, 2011 11:05PM UTC
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
Attachments (0)
Change History (1)
Changed May 24, 2011 11:05PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Use the autoFocus option.