This commit is contained in:
afc163 2015-12-17 14:28:57 +08:00
parent 2ab49d7b3c
commit d8404a5972

View File

@ -71,7 +71,7 @@ Mixin当表单控件的输入值改变时更新 formData。
| type | 【必须】声明 input 类型,同原生 input 标签的 type 属性 | string | | 'text' |
| value | value 值 | any | | |
| id | id | number 或 string | | |
| size | 控件大小,默认值为 default | string | {'large','default','small'} | 'default' |
| size | 控件大小,默认值为 default 。注:标准表单内的输入框大小限制为 large。 | string | {'large','default','small'} | 'default' |
| defaultValue | 设置初始默认值 | any | | |
| disabled | 是否禁用状态,默认为 false | bool | | false |
| addonBefore | 带标签的 input设置前置标签 | node | | |