Files
gerrit/polygerrit-ui/app/elements/shared/gr-labeled-autocomplete
Logan Hanks a6e0c02b0d Fix dropdown arrow in gr-labeled-autocomplete
When the dropdown arrow is tapped, gr-labeled-autocomplete invokes the
focus method on gr-autocomplete. We weren't stopping propagation of the
tap event, however, which propagated up to gr-autocomplete's listener on
body. This confused gr-autocomplete, making it think it should
immediately blur.

Bug: Issue 9726
Change-Id: Idc92087b80e728c57116ae90e471d1a9a53952ab
2018-10-04 19:38:51 +00:00
..