From 38d7d59e07800ff892f90ed186ea801203e0af77 Mon Sep 17 00:00:00 2001 From: I Wayan Rupadana Date: Mon, 2 Oct 2023 23:36:50 +0800 Subject: [PATCH] Update --- src/Components/InputGroup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/InputGroup.php b/src/Components/InputGroup.php index 4a57bc1..078a80e 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';