docs(Field): add rules

This commit is contained in:
陈嘉涵 2020-02-13 14:52:03 +08:00
parent 1095e36bc3
commit 4059643f2f
2 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ Use `input-align` prop to align the input value
| autosize | Textarea auto resizecan accpet an object,<br>e.g. { maxHeight: 100, minHeight: 50 } | *boolean \| object* | `false` |
| left-icon | Left side icon name | *string* | - |
| right-icon | Right side icon name | *string* | - |
| rules `v2.5.0` | Form validation rules | *object[]* | - |
### Events

View File

@ -261,6 +261,7 @@ export default {
| autosize | 是否自适应内容高度,只对 textarea 有效,<br>可传入对象,如 { maxHeight: 100, minHeight: 50 }<br>单位为`px` | *boolean \| object* | `false` |
| left-icon | 左侧[图标名称](#/zh-CN/icon)或图片链接 | *string* | - |
| right-icon | 右侧[图标名称](#/zh-CN/icon)或图片链接 | *string* | - |
| rules `v2.5.0` | 表单校验规则,详见 [Form 组件](#/zh-CN/) | *object[]* | - |
### Events