This commit is contained in:
@@ -790,6 +790,12 @@ export default {
|
||||
} else {
|
||||
formControl = vm.$refs[formReference];
|
||||
}
|
||||
|
||||
//dev error on form?
|
||||
if (!formControl) {
|
||||
throw `gzform::fieldVAlueChanged formControl is not found ref:${ref}, formReferences:${formReference} `;
|
||||
}
|
||||
|
||||
//this is currently required to ensure that this method runs after all the broken rule checks have settled
|
||||
Vue.nextTick(function() {
|
||||
//-------------
|
||||
|
||||
Reference in New Issue
Block a user