mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-17 07:13:01 +00:00
fix: 🐛 fix remaining bugs of unevaluated default values
This commit is contained in:
parent
22b667c3fb
commit
79471342da
@ -208,7 +208,7 @@ export default {
|
|||||||
value: ['small', 'medium', 'large']
|
value: ['small', 'medium', 'large']
|
||||||
},
|
},
|
||||||
description: '尺寸\n@enumdesc 小, 中, 大',
|
description: '尺寸\n@enumdesc 小, 中, 大',
|
||||||
defaultValue: "'medium'"
|
defaultValue: 'medium'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'onPressEnter',
|
name: 'onPressEnter',
|
||||||
@ -268,7 +268,7 @@ export default {
|
|||||||
name: 'autoComplete',
|
name: 'autoComplete',
|
||||||
propType: 'string',
|
propType: 'string',
|
||||||
description: '(原生input支持)',
|
description: '(原生input支持)',
|
||||||
defaultValue: "'off'"
|
defaultValue: 'off'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'autoFocus',
|
name: 'autoFocus',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user