[new feature] Search: support input native events (#451)
This commit is contained in:
@@ -90,12 +90,10 @@ Filed support all native properties of input tag,such as `maxlength`、`placeh
|
||||
| icon | Right side Icon name | `String` | - | - |
|
||||
|
||||
### Event
|
||||
Filed support all native events of input tag,such as `keypress`、`keyup`
|
||||
Filed support all native events of input tag,such as `focus`、`blur`、`keypress`
|
||||
|
||||
| Event | Description | Parameters |
|
||||
|-----------|-----------|-----------|
|
||||
| focus | Triggered when filed get focused | - |
|
||||
| blur | Triggered when blur filed | - |
|
||||
| click-icon | Triggered when click the icon of filed | - |
|
||||
|
||||
### Slot
|
||||
|
||||
@@ -64,6 +64,7 @@ Search support all native properties of input tag,such as `maxlength`、`place
|
||||
| showAction | Whether to show right button | `Boolean` | false | - |
|
||||
|
||||
### Event
|
||||
Search support all native events of input tag,such as `focus`、`blur`、`keypress`
|
||||
|
||||
| Event | Description | Attribute |
|
||||
|-----------|-----------|-----------|
|
||||
|
||||
Reference in New Issue
Block a user