@magic-xpa/gui 4.800.0-dev480.211 → 4.800.0-dev480.215

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10807,6 +10807,8 @@ class Property {
10807
10807
  }
10808
10808
  this.customValidatorValues.set(customPropertyKey, new CustomValidator(!InValid, errString));
10809
10809
  }
10810
+ if (!isNullOrUndefined(this.customValidatorProperties))
10811
+ mgControl.RefreshDisplay();
10810
10812
  }
10811
10813
  });
10812
10814
  }