looks like focus comes before blur in most components

This commit is contained in:
Nick Wing 2024-03-15 09:28:03 -05:00
commit 61b0f35fdd
2 changed files with 2 additions and 2 deletions

View file

@ -112,8 +112,8 @@
}
}}"
on:change
on:blur
on:focus
on:blur
/>
<label for="{id}" title="{title}" class:bx--checkbox-label="{true}">
<span

View file

@ -29,8 +29,8 @@
{...$$restProps}
aria-checked="{indeterminate ? undefined : checked}"
on:change
on:blur
on:focus
on:blur
/>
<label
for="{id}"