fix(progress-step): button should have type="button"

This commit is contained in:
Tadeáš Maršík 2022-11-14 18:25:51 +01:00
commit 2688621930

View file

@ -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'}"