mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(combo-box): fix types for on:clear
(#2020)
This commit is contained in:
parent
49b5def815
commit
0831e87135
5 changed files with 11 additions and 3 deletions
|
@ -697,12 +697,12 @@ export interface ComboBoxItem {
|
|||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :---------------------------------------------------------------------- |
|
||||
| select | dispatched | <code>{ selectedId: ComboBoxItemId; selectedItem: ComboBoxItem }</code> |
|
||||
| clear | dispatched | <code>KeyboardEvent | MouseEvent</code> |
|
||||
| keydown | forwarded | -- |
|
||||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
| clear | forwarded | -- |
|
||||
| scroll | forwarded | -- |
|
||||
|
||||
## `ComposedModal`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue