2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-05 04:42:24 +03:00

#12 Remove validations when going to a previous tab

Clear validation error upon tab navigation
This commit is contained in:
cristijora
2017-06-07 22:45:14 +03:00
parent 2f8dc613a5
commit a67fc7bc93
3 changed files with 11 additions and 4 deletions
+8 -2
View File
@@ -9,8 +9,14 @@
@on-loading="setLoading"
@on-error="setError"
class="card" ref="wizard">
<tab-content v-for="tab in tabs" :title="tab" :key="tab" icon="ti-settings">
{{tab}}
<tab-content title="1" icon="ti-settings">
First tab
</tab-content>
<tab-content title="2" icon="ti-settings" :before-change="validateAsync">
Second tab
</tab-content>
<tab-content title="3" icon="ti-settings">
Third tab
</tab-content>
<div class="loader" v-if="loadingWizard"></div>
<div v-if="error">