handle input value in a custom Page view
I have a custom Page
class ShiftPlanning extends Page
the view contains a table which has an input select like:
I'm trying to get the assignments wire:model property after each updated with public function updated($field,$value)
{
dd(field);
}
updated() hook in the Page, but it does nothing.. how to achieve?1 Reply
