We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf7397 commit 38d7d59Copy full SHA for 38d7d59
src/Components/InputGroup.php
@@ -10,6 +10,7 @@
10
class InputGroup extends Grid
11
{
12
use HasLabel;
13
+ protected bool $isHideChildLabel = true;
14
15
protected string $view = 'filament-custom-forms::components.grid';
16
0 commit comments