F
Filament5d ago
Maxi

Enable fields on view page

For a form I'm working on I need to have a few specific fields enabled in the view page (ViewRecord) I do not need to save these fields but I need to allow them to be modified, so charts on the page can be edited via these fields. Is there a way of doing this or is this generally not allowed on a view page?
1 Reply
toeknee
toeknee4d ago
->visible(fn($context) => $context === 'view') ->disabled(false) Try that.

Did you find this page helpful?