fix(multi-select): forward on:input for filterable variant (#2170)

This commit is contained in:
Nick Wing 2025-06-10 17:31:28 -05:00 committed by GitHub
commit aecc4e8eec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View file

@ -2419,6 +2419,7 @@ export interface MultiSelectItem {
| clear | dispatched | <code>null</code> |
| blur | dispatched | <code>FocusEvent &#124; CustomEvent<FocusEvent></code> |
| keydown | forwarded | -- |
| input | forwarded | -- |
| keyup | forwarded | -- |
| focus | forwarded | -- |
| paste | forwarded | -- |