handle input value in a custom Page view
I have a custom 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
updated() hook in the Page, but it does nothing.. how to achieve?
class ShiftPlanning extends Pagethe 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?