mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(checkbox): bind indeterminate
for Svelte 5 compatibility (#2044)
Fixes #2039
This commit is contained in:
parent
817c072872
commit
9d5e7e31ef
3 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@
|
|||
checked="{checked}"
|
||||
disabled="{disabled}"
|
||||
id="{id}"
|
||||
indeterminate="{indeterminate}"
|
||||
bind:indeterminate
|
||||
name="{name}"
|
||||
required="{required}"
|
||||
readonly="{readonly}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue