Before form is filled, any function?

Hi, In a RelationManager: public function form(Form $form): Form { return $form ->schema([ Forms\Components\Repeater::make('config') Are there any function called before the form is filled? I need to make changes to "config" value Thanks
4 Replies
Dennis Koch
Dennis Koch2mo ago
Since it's the Relation Manager you need to use the beforeFormFilled() methods on the CreateAction and EditAction
awcodes
awcodes2mo ago
Totally missed the relation manager part. Dennis is correct. Sorry.
ffffer.
ffffer.OP2mo ago
Yes, the problem was with the Relation Manager, ok, thanks

Did you find this page helpful?