Relative Content

Tag Archive for laravel-filament

How to make a full width field in filament

Im working with filament , and i have so much fields , i wanted to separate them by 3 columns each row ,
but i have a field that you need to provide a lot of content , and i wanna make this field called “Content” Full width.

How to make a full width field in filament

Im working with filament , and i have so much fields , i wanted to separate them by 3 columns each row ,
but i have a field that you need to provide a lot of content , and i wanna make this field called “Content” Full width.

Fill() searchable select box in Laravel Filament

I have a Filament form which includes a searchable customer Select box, as well as other fields, that works fine manually.
I want to fill() the form with data on occasions so I use fill() to provide the customer ID on load.
This appears to work as the correct data is in the form but the select box shows the ID and not the associated customer name.