F
Filament10mo ago
Matthew

How to make ToggleButtons span though the columns of forms

I have the component in my form and the column span is the same as the numberof columns, however it looks like its just on one side of the form. How can I make the buttons spread?
ToggleButtons::make('feedback')
->label('What kind of ticket would you like to open?')
->options(TestStatus::all()->pluck('name','id'))
->grouped()
->extraAttributes(['class'=>'justify-between'])
->columnSpan(6),
ToggleButtons::make('feedback')
->label('What kind of ticket would you like to open?')
->options(TestStatus::all()->pluck('name','id'))
->grouped()
->extraAttributes(['class'=>'justify-between'])
->columnSpan(6),
No description
Solution:
Solution: Just use width => 100%
No description
Jump to solution
1 Reply
Solution
Matthew
Matthew10mo ago
Solution: Just use width => 100%
No description
Want results from more Discord servers?
Add your server