Skip to content

Commit

Permalink
docs: Clarify when bind:group does not work (#8540)
Browse files Browse the repository at this point in the history
Clarify documentation around when bind:group does and does not work. See issue #2308
  • Loading branch information
abirtley committed Apr 27, 2023
1 parent b7359c8 commit a74caf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/docs/03-template-syntax.md
Expand Up @@ -823,6 +823,8 @@ Inputs that work together can use `bind:group`.
<input type="checkbox" bind:group={fillings} value="Guac (extra)">
```

> `bind:group` only works if the inputs are in the same Svelte component.
#### bind:this

```sv
Expand Down

0 comments on commit a74caf1

Please sign in to comment.