Input: update type's doc (#10937)

pull/10940/head
blackmiaool 2018-04-29 10:57:42 +08:00 committed by 杨奕
parent 27a8c1556e
commit b5691d73ae
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ export default {
| 参数 | 说明 | 类型 | 可选值 | 默认值 | | 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------------- |---------------- |---------------- |---------------------- |-------- | |------------- |---------------- |---------------- |---------------------- |-------- |
| type | 类型 | string | text / textarea | text | | type | 类型 | string | texttextarea和其他[input的type值](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
| value | 绑定值 | string / number | — | — | | value | 绑定值 | string / number | — | — |
| maxlength | 原生属性,最大输入长度 | number | — | — | | maxlength | 原生属性,最大输入长度 | number | — | — |
| minlength | 原生属性,最小输入长度 | number | — | — | | minlength | 原生属性,最小输入长度 | number | — | — |