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
|
@ -1780,12 +1780,16 @@
|
|||
"name": "select",
|
||||
"detail": "{ selectedId: ComboBoxItemId; selectedItem: ComboBoxItem }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "clear",
|
||||
"detail": "KeyboardEvent | MouseEvent"
|
||||
},
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" },
|
||||
{ "type": "forwarded", "name": "clear", "element": "ListBoxSelection" },
|
||||
{ "type": "forwarded", "name": "scroll", "element": "ListBoxMenu" }
|
||||
],
|
||||
"typedefs": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue