Get Form value inside Tabs
When I use a tab layout for a form, the transfer of a value does not work between two tabs - how can I fix this?
2 Replies
Each tab has it's own state.
do a dd of ($get()) and you will see the hirarchy and just run what you need for it to work by traversing the system.
a dd of $get() returns a error:
Too few arguments to function Filament\Forms\Get::__invoke(), 0 passed in
and a dd($get) shows only the current component details (in this example the select users)
try any possible print for $get without the hiarchy