@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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
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
|
}
|