mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-23 15:30:33 +03:00
#12 Remove active tab error on back button
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -326,6 +326,7 @@
|
|||||||
prevTab () {
|
prevTab () {
|
||||||
let cb = () => {
|
let cb = () => {
|
||||||
if (this.activeTabIndex > 0) {
|
if (this.activeTabIndex > 0) {
|
||||||
|
this.setValidationError(null)
|
||||||
this.changeTab(this.activeTabIndex, this.activeTabIndex - 1)
|
this.changeTab(this.activeTabIndex, this.activeTabIndex - 1)
|
||||||
this.isLastStep = false
|
this.isLastStep = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user