@yoobic/yobi 7.7.25 → 7.7.26

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.
@@ -125365,6 +125365,7 @@ const YooFormDynamicComponent = class {
125365
125365
  !isEmpty.isEmpty(field.condition) &&
125366
125366
  !field.hideMobile &&
125367
125367
  field.deleteOnHidden !== false &&
125368
+ field.forceHidden !== true &&
125368
125369
  (!field.readonly || field.dontSaveIfHidden)) {
125369
125370
  this.onFieldClear(field, false);
125370
125371
  }
@@ -1521,6 +1521,7 @@ export class YooFormDynamicComponent {
1521
1521
  !isEmpty(field.condition) &&
1522
1522
  !field.hideMobile &&
1523
1523
  field.deleteOnHidden !== false &&
1524
+ field.forceHidden !== true &&
1524
1525
  (!field.readonly || field.dontSaveIfHidden)) {
1525
1526
  this.onFieldClear(field, false);
1526
1527
  }