vue-form-wizard
vue-form-wizard copied to clipboard
tabindex="" causes HTML validation errors
This code is causing HTML validation errors:
<div role="tab" tabindex="" id="step-1837" aria-controls="1837" class="wizard-icon-circle md tab_shape">
the value of tabindex is "". Tabindex, according to the HTML standard, must be an integer.