Skip to content

Commit

Permalink
feat: removes tabindex from textfield (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored Jul 24, 2023
1 parent 6a001f5 commit 03989c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/forms/text-field/TextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ const slots = useSlots();
<div
ref="innerWrapper"
class="flex flex-1 overflow-hidden"
tabindex="0"
@click="emit('focus-input', $event)"
>
<Component
Expand Down

0 comments on commit 03989c1

Please sign in to comment.