mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(tooltip-icon): button
should have explicit type
(#2071)
This commit is contained in:
parent
9bfddc5c62
commit
18c964e579
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
<button
|
||||
bind:this={ref}
|
||||
{disabled}
|
||||
type="button"
|
||||
aria-describedby={id}
|
||||
class:bx--tooltip__trigger={true}
|
||||
class:bx--tooltip--a11y={true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue