[Improvement] Search: support native input attrs (#418)

This commit is contained in:
neverland
2017-12-12 20:00:19 +08:00
committed by GitHub
parent e2318391dc
commit 1fd157e9f4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -77,7 +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`
Filed support all native properties of input tagsuch as `maxlength`、`placeholder`、`readonly`、`autofocus`
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
+1
View File
@@ -55,6 +55,7 @@ Use `action` slot to custom right button, `cancel` event will no longer be trigg
```
### API
Search support all native properties of input tagsuch as `maxlength`、`placeholder`、`readonly`、`autofocus`
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|