mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix(progress-step): button should have type="button"
This commit is contained in:
parent
ae34451583
commit
2688621930
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