docs(Search): add click-input event (#9010)
This commit is contained in:
@@ -147,7 +147,8 @@ Use `action` slot to custom right button, `cancel` event will no longer be Emitt
|
||||
| update:model-value | Emitted when input value changed | _value: string_ |
|
||||
| focus | Emitted when input is focused | _event: Event_ |
|
||||
| blur | Emitted when input is blurred | _event: Event_ |
|
||||
| clear | Emitted when the clear icon is clicked | _event: Event_ |
|
||||
| click-input | Emitted when the input is clicked | _event: MouseEvent_ |
|
||||
| clear | Emitted when the clear icon is clicked | _event: MouseEvent_ |
|
||||
| cancel | Emitted when the cancel button is clicked | - |
|
||||
|
||||
### Methods
|
||||
|
||||
Reference in New Issue
Block a user