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