mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(number-input): forward keydown, keyup events (#1424)
Fixes #1421 `NumberInput` should forward the keydown and keyup events like other input components.
This commit is contained in:
parent
cae4629b98
commit
7fe9b39436
5 changed files with 10 additions and 0 deletions
|
@ -7779,6 +7779,8 @@
|
|||
{ "type": "forwarded", "name": "mouseover", "element": "div" },
|
||||
{ "type": "forwarded", "name": "mouseenter", "element": "div" },
|
||||
{ "type": "forwarded", "name": "mouseleave", "element": "div" },
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue