From ddde34aeb9312bddd372fb170ed6ab6267190dcb Mon Sep 17 00:00:00 2001 From: Ashish Kapoor Date: Wed, 14 Jul 2021 13:54:16 +0530 Subject: [PATCH] [docs] Multi select works by pressing and holding shift key (#6532) For better understanding. --- .../tutorial/06-bindings/07-multiple-select-bindings/text.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md b/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md index f6137d3f1d..69de470f34 100644 --- a/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md +++ b/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md @@ -16,4 +16,6 @@ Returning to our [earlier ice cream example](tutorial/group-inputs), we can repl {/each} -``` \ No newline at end of file +``` + +> Press and hold the `shift` key for selecting multiple options.