This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user