From 3c2aff0a196a79a141b9a66c5a7d01bd5735677b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 20 Aug 2021 04:55:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Disable=20the=20value=20prop=20i?= =?UTF-8?q?n=20the=20`ThreeRadios`=20story?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/inputs/Radio.stories.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/inputs/Radio.stories.jsx b/src/components/inputs/Radio.stories.jsx index 23816a7..d097eff 100644 --- a/src/components/inputs/Radio.stories.jsx +++ b/src/components/inputs/Radio.stories.jsx @@ -40,3 +40,11 @@ export const ThreeRadios = props => ( ThreeRadios.args = { name: "example" } +ThreeRadios.argTypes = { + customColor: { + control: {type: "color"}, + }, + value: { + control: {type: "null"}, + }, +} \ No newline at end of file