From 5a7c201e0c61f789be0d6151cb62321a590f529e Mon Sep 17 00:00:00 2001 From: metonym Date: Tue, 3 Oct 2023 11:15:28 -0700 Subject: [PATCH] docs(radio-button): `name` must be unique for multiple instances --- docs/src/pages/components/RadioButton.svx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/pages/components/RadioButton.svx b/docs/src/pages/components/RadioButton.svx index 3fabb586..6bf8a9cb 100644 --- a/docs/src/pages/components/RadioButton.svx +++ b/docs/src/pages/components/RadioButton.svx @@ -23,7 +23,7 @@ It's recommended that you provide a legend for accessibility. Use `hideLegend` to visually hide the legend text. - + @@ -33,7 +33,7 @@ Use `hideLegend` to visually hide the legend text. Use the named "legendText" slot to customize the legend text. - +
Storage tier (disk) @@ -55,7 +55,7 @@ Use the `selected` prop to bind and update the selected value. ## Left-aligned label text - + @@ -63,7 +63,7 @@ Use the `selected` prop to bind and update the selected value. ## Disabled buttons - + @@ -71,7 +71,7 @@ Use the `selected` prop to bind and update the selected value. ## Vertical orientation - +