Skip to content

Commit

Permalink
fix(tooltip-icon): button should have explicit type (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Dec 8, 2024
1 parent 9bfddc5 commit 18c964e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TooltipIcon/TooltipIcon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<button
bind:this={ref}
{disabled}
type="button"
aria-describedby={id}
class:bx--tooltip__trigger={true}
class:bx--tooltip--a11y={true}
Expand Down

0 comments on commit 18c964e

Please sign in to comment.