Align NumberInput change/input with native.

Fixes #1052.
Obsoletes #1051.
This commit is contained in:
Harald Brunner 2022-01-30 12:15:00 +01:00
commit 64f45f739b
4 changed files with 25 additions and 15 deletions

View file

@ -2600,11 +2600,11 @@ export type NumberInputTranslationId = "increment" | "decrement";
| Event name | Type | Detail |
| :--------- | :--------- | :------------------------------ |
| change | dispatched | <code>null &#124; number</code> |
| input | dispatched | <code>null &#124; number</code> |
| click | forwarded | -- |
| mouseover | forwarded | -- |
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
| input | forwarded | -- |
| focus | forwarded | -- |
| blur | forwarded | -- |