|
@@ -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 | — | — |
|