mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-04 06:59:45 +08:00
docs(Field): update document (#4354)
This commit is contained in:
parent
6a0bef37ca
commit
a3b6744b24
@ -124,7 +124,7 @@ Use button slot to insert button
|
|||||||
|------|------|------|------|------|
|
|------|------|------|------|------|
|
||||||
| value | Field value | *string \| number* | - | - |
|
| value | Field value | *string \| number* | - | - |
|
||||||
| label | Field label | *string* | - | - |
|
| label | Field label | *string* | - | - |
|
||||||
| type | Input type, can be set to `tel` *number*<br>`textarea` `password` | *string* | `text` | - |
|
| type | Input type, can be set to `tel` `number`<br>`textarea` `password` | *string* | `text` | - |
|
||||||
| size | Size,can be set to `large` | *string* | - | - |
|
| size | Size,can be set to `large` | *string* | - | - |
|
||||||
| maxlength | Max length of value | *string \| number* | - | - |
|
| maxlength | Max length of value | *string \| number* | - | - |
|
||||||
| placeholder | Placeholder | *string* | - | - |
|
| placeholder | Placeholder | *string* | - | - |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### 介绍
|
### 介绍
|
||||||
|
|
||||||
表单中的输入框组件,支持`input`和`textarea`两种类型
|
表单中的输入框组件
|
||||||
|
|
||||||
### 引入
|
### 引入
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ Vue.use(Field);
|
|||||||
|------|------|------|------|------|
|
|------|------|------|------|------|
|
||||||
| label | 输入框左侧文本 | *string* | - | - |
|
| label | 输入框左侧文本 | *string* | - | - |
|
||||||
| value | 当前输入的值 | *string \| number* | - | - |
|
| value | 当前输入的值 | *string \| number* | - | - |
|
||||||
| type | 输入框类型, 可选值为 `tel` *number*<br>`textarea` `password` 等 | *string* | `text` | - |
|
| type | 输入框类型, 可选值为 `tel` `number`<br>`textarea` `password` 等 | *string* | `text` | - |
|
||||||
| size | 大小,可选值为 `large` | *string* | - | - |
|
| size | 大小,可选值为 `large` | *string* | - | - |
|
||||||
| maxlength | 输入的最大字符数 | *string \| number* | - | - |
|
| maxlength | 输入的最大字符数 | *string \| number* | - | - |
|
||||||
| placeholder | 占位提示文字 | *string* | - | - |
|
| placeholder | 占位提示文字 | *string* | - | - |
|
||||||
@ -148,8 +148,8 @@ Vue.use(Field);
|
|||||||
| input-align | 输入框内容对齐方式,可选值为 `center` `right` | *string* | `left` | - |
|
| input-align | 输入框内容对齐方式,可选值为 `center` `right` | *string* | `left` | - |
|
||||||
| error-message-align | 错误提示文案对齐方式,可选值为 `center` `right` | *string* | `left` | - |
|
| error-message-align | 错误提示文案对齐方式,可选值为 `center` `right` | *string* | `left` | - |
|
||||||
| autosize | 自适应内容高度,只对 textarea 有效,可传入对象,<br>如 { maxHeight: 100, minHeight: 50 },单位为 px | *boolean \| object* | `false` | - |
|
| autosize | 自适应内容高度,只对 textarea 有效,可传入对象,<br>如 { maxHeight: 100, minHeight: 50 },单位为 px | *boolean \| object* | `false` | - |
|
||||||
| left-icon | 输入框左侧图标名称或图片链接,可选值见 Icon 组件 | *string* | - | - |
|
| left-icon | 左侧图标名称或图片链接,可选值见 Icon 组件 | *string* | - | - |
|
||||||
| right-icon | 输入框尾部图标名称或图片链接,可选值见 Icon 组件 | *string* | - | - |
|
| right-icon | 右侧图标名称或图片链接,可选值见 Icon 组件 | *string* | - | - |
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user