mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(progress-step): button should have explicit type="button"
(#1551)
Fixes #1550
This commit is contained in:
parent
198e0da4c5
commit
bf337c48ae
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
type="button"
|
||||||
disabled="{disabled}"
|
disabled="{disabled}"
|
||||||
aria-disabled="{disabled}"
|
aria-disabled="{disabled}"
|
||||||
tabindex="{!current && !disabled ? '0' : '-1'}"
|
tabindex="{!current && !disabled ? '0' : '-1'}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue