[Improvement] Search: support native input attrs (#418)
This commit is contained in:
@@ -77,7 +77,7 @@ Textarea Filed can be auto resize when has `autosize` prop
|
||||
```
|
||||
|
||||
### API
|
||||
Filed support all native properties of input tag,such as `maxlength`、`placeholder`、`readonly`
|
||||
Filed support all native properties of input tag,such as `maxlength`、`placeholder`、`readonly`、`autofocus`
|
||||
|
||||
| Attribute | Description | Type | Default | Accepted Values |
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
|
||||
@@ -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 tag,such as `maxlength`、`placeholder`、`readonly`、`autofocus`
|
||||
|
||||
| Attribute | Description | Type | Default | Accepted Values |
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
|
||||
Reference in New Issue
Block a user