This commit is contained in:
2021-08-11 20:27:37 +00:00
parent 4606920cde
commit 286e454677
9 changed files with 47 additions and 10 deletions

View File

@@ -548,6 +548,7 @@ export default {
// hide: "false"
// required: true
// type: "text"
// debugger;
if (vm.formState.loading) {
return true;
@@ -876,7 +877,7 @@ export default {
//# CLEAR OUT STALE VALIDATION ERRORS FOR CONTROL
//Clear out old validation display in form by forcing the control's data to change
//I tried calling form validate and reset and all that bullshit but it did nothing
//I tried calling form validate and reset but it did nothing
//probably because it has safeguards to prevent excess validation, this works though so far
//I added the triggering change guard but it actually doesn't seem to be required here, more investigation is required