Search and Top Navigation
#6268 closed enhancement (duplicate)
Opened November 05, 2010 05:27PM UTC
Closed November 05, 2010 05:56PM UTC
Last modified October 11, 2012 09:15PM UTC
Option to make Autocomplete behave more like 'Google suggest'
Reported by: | mbrandon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.accordion | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I believe it would be helpful to provide an autocomplete option that prevents it from overriding the default action. In some cases it is desirable for the user to simply enter text, hit return, and expect to immediately submit the value entered. This seems easy to implement. I did it by deleting '&& c.preventDefault' for the ENTER and NUMPAD_ENTER case.
Duplicate of #6269.