[Doc] add explanation of Filed native propterties (#384)

This commit is contained in:
neverland
2017-12-06 16:05:41 +08:00
committed by GitHub
parent db524359e1
commit c18b560b0d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ Textarea Filed can be auto resize when has `autosize` prop
```
### API
Filed support all native properties of input tagsuch as `maxlength`、`placeholder`、`readonly`
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
+1
View File
@@ -79,6 +79,7 @@ Vue.component(Field.name, Field);
```
### API
Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`placeholder`、`readonly` 等
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|-----------|-----------|-----------|-------------|-------------|