lbar
modal form passing value from the action
yep, the dd($arguments) works, but I need to comment the fillForm followed (but this is fine, i found this also in the doc).
The static options doesn't work too. But this morning i have tried to comment everything from my stepper form, and create an example with the simple form like your own example, and it worked.
It's for that, that my guess are that this
$form->getComponent($form->getStatePath() . '.member_certificates')
can't grab the correct input on the Documents step20 replies
DatePicker problem accessing the field from the relationship
solved with this casting on the model:
'birth_date' => 'date:Y-m-d'
no idea why i needed to explicit the casting format, otherwise from the relations the picker can't grab the correct one.
4 replies
extraAttributes add class on Section seems not works
it was not rendered at all. actually i have solved creating a custom theme and there creating a class like
and then
But to me this seems an overkill. not sure if this is the best approach to do this. So before to mark it solved, i just wait for some others opinions.
8 replies