mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
fix(fluid-form): forward missing events (#583)
This commit is contained in:
parent
1d93eb0783
commit
f4f209f13b
5 changed files with 34 additions and 3 deletions
|
@ -1368,6 +1368,11 @@ None.
|
|||
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :-------- | :----- |
|
||||
| click | forwarded | -- |
|
||||
| keydown | forwarded | -- |
|
||||
| mouseover | forwarded | -- |
|
||||
| mouseenter | forwarded | -- |
|
||||
| mouseleave | forwarded | -- |
|
||||
| submit | forwarded | -- |
|
||||
|
||||
## `Form`
|
||||
|
@ -1387,6 +1392,7 @@ None.
|
|||
| Event name | Type | Detail |
|
||||
| :--------- | :-------- | :----- |
|
||||
| click | forwarded | -- |
|
||||
| keydown | forwarded | -- |
|
||||
| mouseover | forwarded | -- |
|
||||
| mouseenter | forwarded | -- |
|
||||
| mouseleave | forwarded | -- |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue