forward on:input from Multiselect text input when filterable prop is true

This commit is contained in:
Nick Wing 2025-06-10 16:27:40 -05:00
commit c9d3d1a73f
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 | -- |