forward on:focus and on:blur from InlineCheckbox

This commit is contained in:
Nick Wing 2024-03-14 09:47:52 -05:00 committed by GitHub
commit bd9b67d7d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}"