F
Filament2w ago
milo

Form Label Width

For my form schema I have this setting ->inlineLabel() ->extraAttributes(['class' => 'gap-y-2']) And my form component is something like this Forms\Components\TextInput::make('BarcodeNo')->label('BarcodeNo')->maxLength(15)->default(null), My question is if I can set label width. Because the gap between label and my TextInput is too much
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?