Skip to content

Commit

Permalink
Fix weird behavior while pressing tab
Browse files Browse the repository at this point in the history
#
  • Loading branch information
DannyFeliz committed Dec 4, 2019
1 parent 1649927 commit f3448a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmailDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<li
v-for="(domain, index) in domainsList"
:key="index"
:tabindex="index"
tabindex="-1"
:data-dropdown-item-index="index"
class="email-dropdown-item"
@click="handleOptionSelection(domain)"
Expand Down

0 comments on commit f3448a0

Please sign in to comment.