get form data in after() method
How can i get form data in after() in CreateAction class?
i'm using modal form..
i have a code something like this
i'm using modal form..
i have a code something like this
Solution
got it,
i'm using $livewire->mountedTableActionData to get the forms value in after()..
thanks for @awcodes and @Leandro Ferreira for trying to help me..
i'm using $livewire->mountedTableActionData to get the forms value in after()..
thanks for @awcodes and @Leandro Ferreira for trying to help me..