@steedos-widgets/sortable 3.6.4-beta.8 → 3.6.4

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.
@@ -60303,6 +60303,7 @@ async function lookupToAmis(field, readonly, ctx){
60303
60303
  const autoFill = await getAutoFill(field);
60304
60304
  if(autoFill){
60305
60305
  amisSchema.autoFill = autoFill;
60306
+ amisSchema.initAutoFill = false;
60306
60307
  }
60307
60308
  return amisSchema;
60308
60309
  }