Get the value of a field from a suffixAction
How can I get the value of a select field from a suffix action when the modal opens? I keep getting null when using
Thank you.
$get
and I have another selectThank you.
Solution:Jump to solution
try to inject
$livewire
```php
Select::make('size')
->options(function (Page $livewire) {...4 Replies
where is
credential
?on the main form and not the modal form of the suffixAction @Leandro Ferreira
Solution
try to inject
$livewire
Whoa! @Leandro Ferreira , I am speechless. Thank you a million times for this life-saving solution. You earn my respect.