mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
breaking(number-input): align change
, input
events with native input
behavior (#1053)
* Closes #1052 * Closes #1050
This commit is contained in:
parent
a8039a4d1e
commit
099efedef1
4 changed files with 25 additions and 15 deletions
|
@ -2600,11 +2600,11 @@ export type NumberInputTranslationId = "increment" | "decrement";
|
|||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :------------------------------ |
|
||||
| change | dispatched | <code>null | number</code> |
|
||||
| input | dispatched | <code>null | number</code> |
|
||||
| click | forwarded | -- |
|
||||
| mouseover | forwarded | -- |
|
||||
| mouseenter | forwarded | -- |
|
||||
| mouseleave | forwarded | -- |
|
||||
| input | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue