From fac60f3a6bd370ec703fa46679d6c5a89641a596 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Fri, 29 Sep 2023 12:38:50 +0200 Subject: [PATCH] Bring back `InputGroup` to the `FormLayout` example --- src/components/FormLayout/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/FormLayout/README.md b/src/components/FormLayout/README.md index a44536db..1fa6c229 100644 --- a/src/components/FormLayout/README.md +++ b/src/components/FormLayout/README.md @@ -403,6 +403,10 @@ React.createElement(() => { options={options} value={fruit} /> + + +