breaking(number-input): align change, input events with native input behavior (#1053)

* Closes #1052

* Closes #1050
This commit is contained in:
brunnerh 2022-01-30 18:01:51 +01:00 committed by GitHub
commit 099efedef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 | -- |