docs(Search): add click-input event (#9010)

This commit is contained in:
neverland
2021-07-12 15:05:37 +08:00
committed by GitHub
parent 0ac7dad604
commit f7ef3b316b
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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