mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(Form): forward keydown event (#581)
This commit is contained in:
parent
4577e7f152
commit
1d93eb0783
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
class:bx--form="{true}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:keydown
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue