F
Filament7mo ago
Azorky

Custom page model binding updated not working

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