docs: Clarify when bind:group does not work (#8540)

Clarify documentation around when bind:group does and does not work. See issue #2308
pull/8550/head
abirtley 1 year ago committed by GitHub
parent b7359c8361
commit a74caf1381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save