mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
feat(select): forward change event
Dispatch `input` instead of `change` when props change internally since `change` is a user event and `input` is an internal event
This commit is contained in:
parent
724d90bd7b
commit
29a83c325c
4 changed files with 9 additions and 8 deletions
|
@ -10252,8 +10252,8 @@
|
|||
}
|
||||
],
|
||||
"events": [
|
||||
{ "type": "dispatched", "name": "change", "detail": "string | number" },
|
||||
{ "type": "forwarded", "name": "input", "element": "select" },
|
||||
{ "type": "dispatched", "name": "input", "detail": "string | number" },
|
||||
{ "type": "forwarded", "name": "change", "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