Files
gerrit/polygerrit-ui/app/elements/shared/gr-autocomplete
Kasper Nilsson 62bae3e056 Handle more autocomplete cases
When the tab-complete property of gr-autocomplete is true, the user
expects tab to complete to the current selected autocomplete entry and
then retain focus on the input for more typing.

Previously, due to gr-autocomplete-dropdown key handling, focus never
returned to the input. This change fixes that and adds more test cases
to prevent further regressions.

Bug: Issue 6253
Change-Id: I63943e2400e4f7f61fcc4437fd5ed317066843d7
2017-07-24 11:04:00 -07:00
..