* zin: refactor.

This commit is contained in:
sunhao
2023-07-17 10:34:17 +08:00
parent b51473fcb2
commit 4f5716bf45
+1 -1
View File
@@ -37,7 +37,7 @@ class picker extends wg
'beforeDestroy?: function', // 销毁前的回调函数。
'name?: string', // 作为表单项的名称。
'value?: string|string[]', // 默认值。
'emptyValue?: string=', // 默认值。
'emptyValue?: string', // 允许的空值,使用逗号分隔多个允许的空值。
'onChange?: function', // 值变更回调函数。
'disabled?: boolean', // 是否禁用。
'multiple?: boolean|number=false', // 是否允许选择多个值,如果指定为数字,则限制多选的数目,默认 `false`。