FilamentF
Filament2y ago
Greg

Custom Field in a form that's display only

I've created a custom field and used it in a form to display some formatted information but if I try to edit and save a record, I get an error that the field is an unknown column.

How do I tell Filament that a field doesn't need to be saved to the record?
Solution
->dehydrated(false)
Was this page helpful?