do not advance multi step modal form unless valid
This commit is contained in:
@@ -63,6 +63,11 @@ export default {
|
||||
this.value = conformToMask(this.value, mask).conformedValue
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
created: function() {
|
||||
this.$root.$emit('field-mount', { name: this.name, optional: this.optional })
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user