mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
forward on:focus and on:blur from InlineCheckbox
This commit is contained in:
parent
9132bf8e5a
commit
bd9b67d7d3
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
aria-checked="{indeterminate ? undefined : checked}"
|
aria-checked="{indeterminate ? undefined : checked}"
|
||||||
on:change
|
on:change
|
||||||
|
on:focus
|
||||||
|
on:blur
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
for="{id}"
|
for="{id}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue