mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
feat(number-input): forward focus, blur events to input (#1033)
This commit is contained in:
parent
222d5a90e4
commit
493568f08d
4 changed files with 11 additions and 1 deletions
|
@ -2603,6 +2603,8 @@ export type NumberInputTranslationId = "increment" | "decrement";
|
|||
| mouseenter | forwarded | -- |
|
||||
| mouseleave | forwarded | -- |
|
||||
| input | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
|
||||
## `NumberInputSkeleton`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue