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.GitHub
demo/app/Filament/Resources/Shop/OrderResource.php at 04c41de3dc711...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.
1 Reply
u can use livewire injection
$livewire->data['key']