Skip to content

Commit

Permalink
fix: set correct role attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Nov 7, 2023
1 parent f48dcb9 commit c70f1f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
on:click={focus}
on:keydown={focus}
on:scroll={handleScroll}
aria-label="region"
role="textbox"
tabindex="0"
class="carta-input"
bind:this={elem}
>
Expand Down

0 comments on commit c70f1f9

Please sign in to comment.