mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(multi-select): forward on:input
for filterable variant (#2170)
This commit is contained in:
parent
ecc818ff61
commit
aecc4e8eec
4 changed files with 8 additions and 0 deletions
|
@ -2419,6 +2419,7 @@ export interface MultiSelectItem {
|
|||
| clear | dispatched | <code>null</code> |
|
||||
| blur | dispatched | <code>FocusEvent | CustomEvent<FocusEvent></code> |
|
||||
| keydown | forwarded | -- |
|
||||
| input | forwarded | -- |
|
||||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue