mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(select): update dispatched change event type (#1357)
Follow-up to #1355
This commit is contained in:
parent
78d3f1328a
commit
b4d0205080
4 changed files with 9 additions and 9 deletions
|
@ -10236,7 +10236,7 @@
|
|||
}
|
||||
],
|
||||
"events": [
|
||||
{ "type": "dispatched", "name": "change", "detail": "string" },
|
||||
{ "type": "dispatched", "name": "change", "detail": "string | number" },
|
||||
{ "type": "forwarded", "name": "input", "element": "select" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "select" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "select" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue