@yoobic/yobi 7.7.106 → 7.7.107

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.
@@ -1125,10 +1125,10 @@ const YooFormJsonComponent = class {
1125
1125
  if (this.required && !this.value) {
1126
1126
  isValid = false;
1127
1127
  }
1128
- if (!this.validity || this.validity !== isValid) {
1129
- this.validity = isValid;
1130
- this.validityChanged.emit(isValid);
1131
- }
1128
+ // if (!this.validity || this.validity !== isValid) {
1129
+ this.validity = isValid;
1130
+ this.validityChanged.emit(isValid);
1131
+ //}
1132
1132
  return this.validity;
1133
1133
  }
1134
1134
  renderBase() {
@@ -71,10 +71,10 @@ export class YooFormJsonComponent {
71
71
  if (this.required && !this.value) {
72
72
  isValid = false;
73
73
  }
74
- if (!this.validity || this.validity !== isValid) {
75
- this.validity = isValid;
76
- this.validityChanged.emit(isValid);
77
- }
74
+ // if (!this.validity || this.validity !== isValid) {
75
+ this.validity = isValid;
76
+ this.validityChanged.emit(isValid);
77
+ //}
78
78
  return this.validity;
79
79
  }
80
80
  renderBase() {