From a74caf1381f4007a33bdeac43c3562c366c1a3a8 Mon Sep 17 00:00:00 2001 From: abirtley Date: Fri, 28 Apr 2023 00:34:23 +1000 Subject: [PATCH] docs: Clarify when bind:group does not work (#8540) Clarify documentation around when bind:group does and does not work. See issue #2308 --- site/content/docs/03-template-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 27d3ca9987..fe06b0c0bf 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -823,6 +823,8 @@ Inputs that work together can use `bind:group`. ``` +> `bind:group` only works if the inputs are in the same Svelte component. + #### bind:this ```sv