From c9d3242ba8f4e50c9560d9577675d0c21dd0b364 Mon Sep 17 00:00:00 2001 From: rupadana Date: Mon, 2 Oct 2023 15:37:18 +0000 Subject: [PATCH] Fix styling --- src/Components/InputGroup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/InputGroup.php b/src/Components/InputGroup.php index 078a80e..91977cf 100644 --- a/src/Components/InputGroup.php +++ b/src/Components/InputGroup.php @@ -10,6 +10,7 @@ class InputGroup extends Grid { use HasLabel; + protected bool $isHideChildLabel = true; protected string $view = 'filament-custom-forms::components.grid';