Skip to content

Commit

Permalink
fix: autocomplete container shouldn't have tabindex if input does (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Mar 23, 2022
1 parent b675572 commit 3fc0c2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/address-autocomplete/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export class AddressAutocomplete extends LitElement {
<div
id="${this.id}-container"
role="status"
tabindex="0"
spellcheck="false"
></div>`;
}
Expand Down

0 comments on commit 3fc0c2c

Please sign in to comment.