Custom page model binding updated not working

I have a custom blade page with the following code:
No description
10 Replies
Azorky
AzorkyOP2y ago
And I have this code in my livewire
No description
Azorky
AzorkyOP2y ago
But my updatedYear is never triggered
Lara Zeus
Lara Zeus2y ago
use dd($this->form->getState());
Azorky
AzorkyOP2y ago
The dd never get's triggered, like the code is never reached
Lara Zeus
Lara Zeus2y ago
oh sorry didnt notice you're not using filament forms
Azorky
AzorkyOP2y ago
No problem I'm using a custom page
Lara Zeus
Lara Zeus2y ago
you still can use the forms in custom page I think
Azorky
AzorkyOP2y ago
This is the whole code for some more context
No description
Lara Zeus
Lara Zeus2y ago
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.
Azorky
AzorkyOP2y ago
I will check it out, thanks

Did you find this page helpful?