mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
looks like focus comes before blur in most components
This commit is contained in:
parent
bd0444ce52
commit
61b0f35fdd
2 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@
|
|||
}
|
||||
}}"
|
||||
on:change
|
||||
on:blur
|
||||
on:focus
|
||||
on:blur
|
||||
/>
|
||||
<label for="{id}" title="{title}" class:bx--checkbox-label="{true}">
|
||||
<span
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
{...$$restProps}
|
||||
aria-checked="{indeterminate ? undefined : checked}"
|
||||
on:change
|
||||
on:blur
|
||||
on:focus
|
||||
on:blur
|
||||
/>
|
||||
<label
|
||||
for="{id}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue