From effe5efe43b1bc2f142874bed693989a2ac3c2e3 Mon Sep 17 00:00:00 2001 From: Harsh517-tech415 <83271527+Harsh517-tech415@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:54:57 +0530 Subject: [PATCH 01/10] Update FormGroupLayoutLabel.tsx I have made the following changes to improve the working label: 1. added stop propagation() on onClick to avoid toggle the parent component 2. improve the "?" svg --- src/lib/FormGroupLayoutLabel.tsx | 38 +++++++++++++++++--------------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/src/lib/FormGroupLayoutLabel.tsx b/src/lib/FormGroupLayoutLabel.tsx index f0d795d..3c2f1eb 100644 --- a/src/lib/FormGroupLayoutLabel.tsx +++ b/src/lib/FormGroupLayoutLabel.tsx @@ -30,25 +30,27 @@ const FormGroupLayoutLabel = (props: FormGroupLayoutLabel const checkboxLayout = layout === "checkbox"; return ( - <> -