This commit is contained in:
2019-05-29 20:41:18 +00:00
parent 9b3dc8169c
commit fa6fe20ae1
5 changed files with 768 additions and 1032 deletions

View File

@@ -436,6 +436,8 @@ export default {
// This is required so that server errors can be cleared when input is changed
//
onChange(vm, ref) {
//eslint-disable-next-line
console.log("GZFORM::onChange triggered!");
if (triggeringChange || vm.formState.loading) {
return;
}