iamcommee
How to use $get() to get data from other section or other stepper ?
From filament demo : https://github.com/filamentphp/demo/blob/04c41de3dc711cbcb6b4703d9f64e5b3f9f65050/app/Filament/Resources/Shop/OrderResource.php#L51
In this case, I would like to use $get() data from
getDetailsFormSchema
but even I tried with $get(../.../x), I cannot get it.
Could you explain me how to get them ?
Thanks.4 replies