@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.
- package/dist/cjs/yoo-ag-grid_96.cjs.entry.js +1 -0
- package/dist/collection/components/form/form-dynamic/form-dynamic.js +1 -0
- package/dist/design-system/design-system.esm.js +1 -1
- package/dist/design-system/{p-2f8206e6.entry.js → p-35439831.entry.js} +1 -1
- package/dist/esm/yoo-ag-grid_96.entry.js +1 -0
- package/package.json +1 -1
|
@@ -125361,6 +125361,7 @@ const YooFormDynamicComponent = class {
|
|
|
125361
125361
|
!isEmpty(field.condition) &&
|
|
125362
125362
|
!field.hideMobile &&
|
|
125363
125363
|
field.deleteOnHidden !== false &&
|
|
125364
|
+
field.forceHidden !== true &&
|
|
125364
125365
|
(!field.readonly || field.dontSaveIfHidden)) {
|
|
125365
125366
|
this.onFieldClear(field, false);
|
|
125366
125367
|
}
|