CSR-319: restore needed empty onSubmit call (to prevent default form submission)
This commit is contained in:
parent
4e6c8e5d3c
commit
74d3694c4f
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ export default {
|
||||||
this.$route
|
this.$route
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
onSubmit() {}, // DO NOT REMOVE; needed to prevent default form submit behavior
|
||||||
onInvalidSubmit({ values, errors, results }) {
|
onInvalidSubmit({ values, errors, results }) {
|
||||||
// identify the first error field and put focus on it
|
// identify the first error field and put focus on it
|
||||||
// get error names array
|
// get error names array
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue