mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +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}"
|
class:bx--form="{true}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
on:click
|
on:click
|
||||||
|
on:keydown
|
||||||
on:mouseover
|
on:mouseover
|
||||||
on:mouseenter
|
on:mouseenter
|
||||||
on:mouseleave
|
on:mouseleave
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue