Custom page model binding updated not working
I have a custom blade page with the following code:
10 Replies
And I have this code in my livewire
But my updatedYear is never triggered
use
dd($this->form->getState());
The dd never get's triggered, like the code is never reached
oh sorry didnt notice you're not using filament forms
No problem
I'm using a custom page
you still can use the forms in custom page I think
This is the whole code for some more context
make sure to follow this
https://livewire.laravel.com/docs/forms#real-time-form-saving
didnt need to use (updatedAttr) since filament π
Laravel
Forms | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
I will check it out, thanks