mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(toolbar-search): forward keyup, keydown, paste events to Search
(#1490)
This commit is contained in:
parent
370ca28639
commit
bd8741e45b
4 changed files with 13 additions and 1 deletions
3
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
3
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
|
@ -71,6 +71,9 @@ export default class ToolbarSearch extends SvelteComponentTyped<
|
|||
input: WindowEventMap["input"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
keyup: WindowEventMap["keyup"];
|
||||
keydown: WindowEventMap["keydown"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue