mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Add blur event forwarding and update docs
This commit is contained in:
parent
5673adafaa
commit
9539ac46fd
6 changed files with 12 additions and 1 deletions
|
@ -402,6 +402,7 @@ export type BreakpointValue = 320 | 672 | 1056 | 1312 | 1584;
|
|||
| :--------- | :-------- | :----- |
|
||||
| click | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| mouseover | forwarded | -- |
|
||||
| mouseenter | forwarded | -- |
|
||||
| mouseleave | forwarded | -- |
|
||||
|
@ -446,6 +447,7 @@ None.
|
|||
| mouseover | forwarded | -- |
|
||||
| mouseenter | forwarded | -- |
|
||||
| mouseleave | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
|
||||
## `Checkbox`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue