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

@ -255,6 +255,7 @@ export default class MultiSelect extends SvelteComponentTyped<
clear: CustomEvent<null>;
blur: FocusEvent | CustomEvent<FocusEvent>;
keydown: WindowEventMap["keydown"];
input: WindowEventMap["input"];
keyup: WindowEventMap["keyup"];
focus: WindowEventMap["focus"];
paste: WindowEventMap["paste"];