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';