Filament Relation Manager

How can I add attribute when I add a data from filament-relation-manager? Ex I would like to add value for created_by. Do you have any suggestion
Solution:
There should be similar methods on the CreateAction, AttachAction, ...
Jump to solution
3 Replies
lazydog
lazydogOP2y ago
Using resource, I can do this with mutateFormDataBeforeCreate
Solution
Dennis Koch
Dennis Koch2y ago
There should be similar methods on the CreateAction, AttachAction, ...
lazydog
lazydogOP2y ago
thank you 🙂

Did you find this page helpful?