Get input value in suffix action
Ok I'm probably missing something obvious, but how do you get the
TextInput value in a suffixAction?
FWIW, this is a custom page but inside a resourceSolution:Jump to solution
Hey thanks for the reply. It was missing the
public array $data declaration. I thought since it was extending Filament\Pages\Page, it would already have that3 Replies
I think using
->statePath('data') it should work.
Is it a custom livewire component?Solution
Hey thanks for the reply. It was missing the
public array $data declaration. I thought since it was extending Filament\Pages\Page, it would already have thatAnyway, I'll mark it as solved