From caf47069c0401bafab17d29c2854b321eed490d7 Mon Sep 17 00:00:00 2001 From: YassSSH <65927815+YassSSH@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:45:48 +0100 Subject: [PATCH] Fixing the initial values on doc (#1785) This commit replaces the string-based 'value' prop with an array in the documentation example related to multiple selection in Shoelace's React components. --- docs/pages/components/select.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/components/select.md b/docs/pages/components/select.md index f71750a2..3bf46386 100644 --- a/docs/pages/components/select.md +++ b/docs/pages/components/select.md @@ -233,7 +233,7 @@ import SlOption from '@shoelace-style/shoelace/dist/react/option'; import SlSelect from '@shoelace-style/shoelace/dist/react/select'; const App = () => ( - + Option 1 Option 2 Option 3 @@ -269,7 +269,7 @@ import SlOption from '@shoelace-style/shoelace/dist/react/option'; import SlSelect from '@shoelace-style/shoelace/dist/react/select'; const App = () => ( - + Option 1 Option 2 Option 3