mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(tooltip-definition): button should have type "button" (#1056)
Fixes #1055
This commit is contained in:
parent
d1a85915fe
commit
5358cf66ea
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
bind:this="{ref}"
|
bind:this="{ref}"
|
||||||
|
type="button"
|
||||||
aria-describedby="{id}"
|
aria-describedby="{id}"
|
||||||
class:bx--tooltip--a11y="{true}"
|
class:bx--tooltip--a11y="{true}"
|
||||||
class:bx--tooltip__trigger="{true}"
|
class:bx--tooltip__trigger="{true}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue