mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 03:16:35 +08:00
[Doc] add explanation of Filed native propterties (#384)
This commit is contained in:
parent
db524359e1
commit
c18b560b0d
@ -77,6 +77,7 @@ Textarea Filed can be auto resize when has `autosize` prop
|
|||||||
```
|
```
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
Filed support all native properties of input tag,such as `maxlength`、`placeholder`、`readonly`
|
||||||
|
|
||||||
| Attribute | Description | Type | Default | Accepted Values |
|
| Attribute | Description | Type | Default | Accepted Values |
|
||||||
|-----------|-----------|-----------|-------------|-------------|
|
|-----------|-----------|-----------|-------------|-------------|
|
||||||
|
@ -79,6 +79,7 @@ Vue.component(Field.name, Field);
|
|||||||
```
|
```
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`placeholder`、`readonly` 等
|
||||||
|
|
||||||
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|
||||||
|-----------|-----------|-----------|-------------|-------------|
|
|-----------|-----------|-----------|-------------|-------------|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user