From a05fa909177cef18696b21a824748cdae8ed8c8e Mon Sep 17 00:00:00 2001 From: Aymen Ben Amor Date: Thu, 12 Mar 2020 15:44:02 +0100 Subject: [PATCH] chore(radio-group): fix demo tab selection due to duplicate name --- .../stories/radio-group.stories.mdx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/radio-group/stories/radio-group.stories.mdx b/packages/radio-group/stories/radio-group.stories.mdx index 1e7d2d549..80b7b9c49 100644 --- a/packages/radio-group/stories/radio-group.stories.mdx +++ b/packages/radio-group/stories/radio-group.stories.mdx @@ -21,7 +21,7 @@ You should use ``s inside this element. ```html - + @@ -82,7 +82,7 @@ You can pre-select an option by adding the checked attribute to the selected `li {html` - + @@ -91,7 +91,7 @@ You can pre-select an option by adding the checked attribute to the selected `li ```html - + @@ -104,7 +104,7 @@ You can disable a specific `lion-radio` option by adding the `disabled` attribut {html` - + @@ -113,7 +113,7 @@ You can disable a specific `lion-radio` option by adding the `disabled` attribut ```html - + @@ -124,7 +124,7 @@ You can do the same thing for the entire group by setting the `disabled` attribu {html` - + @@ -133,7 +133,7 @@ You can do the same thing for the entire group by setting the `disabled` attribu ```html - + @@ -152,7 +152,7 @@ You can do the same thing for the entire group by setting the `disabled` attribu return html` @@ -176,8 +176,8 @@ const validate = () => { ```html @@ -210,7 +210,7 @@ You can also create a validator that validates whether a certain option is check return html` @@ -246,7 +246,7 @@ const validate = () => { ```html