Search
Get Started
F
Filament
•
3y ago
wondertac
How to use callable $get in createOptionForm()
I want to call a reactive component outside the createOptionForm
(
) component
, but it shows null
. Help please
Solution
->default(fn ($livewire) => dd($livewire->data['product_id']))
->default(fn ($livewire) => dd($livewire->data['product_id']))
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
->
default
(
fn
($livewire) =>
dd
($livewire
->
data[
'product_id'
]))
->
default
(
fn
($livewire) =>
dd
($livewire
->
data[
'product_id'
]))
Similar Threads
Can we still use callable $get & callable $set?
F
Filament / ❓┊help
3y ago
How to save data in select CreateOptionForm
F
Filament / ❓┊help
3y ago
Get state from form to createOptionForm
F
Filament / ❓┊help
14mo ago
How to customize Title of Modal when use createOptionForm()
F
Filament / ❓┊help
3y ago