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
|
@ -3179,8 +3179,8 @@ None.
|
|||
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :-------------------------------- |
|
||||
| change | dispatched | <code>string | number</code> |
|
||||
| input | forwarded | -- |
|
||||
| input | dispatched | <code>string | number</code> |
|
||||
| change | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue