mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-23 06:20:34 +03:00
#46 Remove tabindex for unchecked steps
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<a>
|
<a>
|
||||||
<div class="wizard-icon-circle md"
|
<div class="wizard-icon-circle md"
|
||||||
role="tab"
|
role="tab"
|
||||||
:tabindex="tab.checked ? 0 : -1"
|
:tabindex="tab.checked ? 0 : ''"
|
||||||
:id="tab.tabId"
|
:id="tab.tabId"
|
||||||
:aria-controls="tab.title"
|
:aria-controls="tab.title"
|
||||||
:aria-disabled="tab.active"
|
:aria-disabled="tab.active"
|
||||||
|
|||||||
Reference in New Issue
Block a user