docs: improve click event typing (#8106)
This commit is contained in:
+5
-5
@@ -276,11 +276,11 @@ Field support all native events of input tag
|
||||
| update:model-value | Emitted when input value changed | _value: string_ |
|
||||
| focus | Emitted when input is focused | _event: Event_ |
|
||||
| blur | Emitted when input is blured | _event: Event_ |
|
||||
| clear | Emitted when the clear icon is clicked | _event: Event_ |
|
||||
| click | Emitted when component is clicked | _event: Event_ |
|
||||
| click-input | Emitted when the input is clicked | _event: Event_ |
|
||||
| click-left-icon | Emitted when the left icon is clicked | _event: Event_ |
|
||||
| click-right-icon | Emitted when the right icon is clicked | _event: Event_ |
|
||||
| clear | Emitted when the clear icon is clicked | _event: MouseEvent_ |
|
||||
| click | Emitted when component is clicked | _event: MouseEvent_ |
|
||||
| click-input | Emitted when the input is clicked | _event: MouseEvent_ |
|
||||
| click-left-icon | Emitted when the left icon is clicked | _event: MouseEvent_ |
|
||||
| click-right-icon | Emitted when the right icon is clicked | _event: MouseEvent_ |
|
||||
|
||||
### Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user