From 253193107a17bef7251fcb48eb842f68edb7b49a Mon Sep 17 00:00:00 2001 From: abirtley Date: Thu, 27 Apr 2023 10:00:23 +1000 Subject: [PATCH] Update 03-template-syntax.md Clarify documentation around when bind:group does and does not work. See issue https://github.com/sveltejs/svelte/issues/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 170c303b85..439e1cae4a 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`. ``` +**Note**: `bind:group` only works if the inputs are in the same Svelte component. + #### bind:this ```sv