@steedos-widgets/amis-lib 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.
package/dist/index.esm.js CHANGED
@@ -11968,6 +11968,7 @@ async function lookupToAmis(field, readonly, ctx){
11968
11968
  const autoFill = await getAutoFill(field);
11969
11969
  if(autoFill){
11970
11970
  amisSchema.autoFill = autoFill;
11971
+ amisSchema.initAutoFill = false;
11971
11972
  }
11972
11973
  return amisSchema;
11973
11974
  }