Opened 12 years ago
Closed 12 years ago
#7508 closed enhancement (wontfix)
Show suggestions on focus?
Reported by: | MartinF | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
thanks for this great plugin.
Would it be possible to add an option so it will automatically show the suggestions when the input field recieves focus ?
Right now it hides the suggestions when it looses focus (blur), but it does not show it again when focus is back in the input field, so you currently have to delete a character and re-enter it to show the results from before.
Bascially i am suggesting to add an onfocus event to the inputfield that triggers showing the previous suggestions (if any).
Martin :)
Note: See
TracTickets for help on using
tickets.
This is already trivial to do yourself, adding an option isn't a good idea.