mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
test(number-input): assert added events
This commit is contained in:
parent
ba02772498
commit
37e2d5587d
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
on:change="{(e) => {
|
||||
console.log(e.detail); // null | number
|
||||
}}"
|
||||
on:keydown
|
||||
on:keyup
|
||||
on:paste
|
||||
/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue