| Index: dashboard/dashboard/elements/autocomplete-box.html
|
| diff --git a/dashboard/dashboard/elements/autocomplete-box.html b/dashboard/dashboard/elements/autocomplete-box.html
|
| index d679ca9856d8b4a08faf3ef819a3411a0ab76e4b..dae19f875866e882839b28379729235aeb083e2d 100644
|
| --- a/dashboard/dashboard/elements/autocomplete-box.html
|
| +++ b/dashboard/dashboard/elements/autocomplete-box.html
|
| @@ -358,7 +358,7 @@ property 'group' sets to the header item name.
|
| },
|
|
|
| focus() {
|
| - this.querySelector('input').focus();
|
| + this.$.textbox.focus();
|
| },
|
|
|
| onClickInput() {
|
|
|