@steedos-widgets/amis-object 3.6.11-beta.1 → 3.6.11-beta.3

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.
@@ -16219,6 +16219,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
16219
16219
  }
16220
16220
  if(readonly){
16221
16221
  convertData.quickEdit = false;
16222
+ convertData.static = true;
16222
16223
  }
16223
16224
 
16224
16225
  let fieldTypeClassName = ' steedos-' + convertData.type + (readonly ? '-readonly' : '-edit');