mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 14:00:35 +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']
|
||||
},
|
||||
description: '尺寸\n@enumdesc 小, 中, 大',
|
||||
defaultValue: "'medium'"
|
||||
defaultValue: 'medium'
|
||||
},
|
||||
{
|
||||
name: 'onPressEnter',
|
||||
@ -268,7 +268,7 @@ export default {
|
||||
name: 'autoComplete',
|
||||
propType: 'string',
|
||||
description: '(原生input支持)',
|
||||
defaultValue: "'off'"
|
||||
defaultValue: 'off'
|
||||
},
|
||||
{
|
||||
name: 'autoFocus',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user