feat(number-input): forward focus, blur events to input

This commit is contained in:
Eric Liu 2022-01-22 08:39:54 -08:00
commit 50b62b754b
4 changed files with 11 additions and 1 deletions

View file

@ -2603,6 +2603,8 @@ export type NumberInputTranslationId = "increment" | "decrement";
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
| input | forwarded | -- |
| focus | forwarded | -- |
| blur | forwarded | -- |
## `NumberInputSkeleton`