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 Koch4w ago
Since it's the Relation Manager you need to use the beforeFormFilled() methods on the CreateAction and EditAction
awcodes
awcodes4w ago
Totally missed the relation manager part. Dennis is correct. Sorry.
ffffer.
ffffer.OP4w ago
Yes, the problem was with the Relation Manager, ok, thanks

Did you find this page helpful?