Browse Source

Input: update type's doc (#10937)

blackmiaool 7 years ago
parent
commit
b5691d73ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/docs/zh-CN/input.md

+ 1 - 1
examples/docs/zh-CN/input.md

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