Skip to content

Commit

Permalink
fix(tooltip-icon): button should have explicit type
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 7, 2024
1 parent c7f4b16 commit 3cd8fbe
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 3cd8fbe

Please sign in to comment.