Skip to content

Commit a74caf1

Browse files
authored
docs: Clarify when bind:group does not work (#8540)
Clarify documentation around when bind:group does and does not work. See issue #2308
1 parent b7359c8 commit a74caf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/content/docs/03-template-syntax.md

+2
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ Inputs that work together can use `bind:group`.
823823
<input type="checkbox" bind:group={fillings} value="Guac (extra)">
824824
```
825825

826+
> `bind:group` only works if the inputs are in the same Svelte component.
827+
826828
#### bind:this
827829

828830
```sv

0 commit comments

Comments
 (0)