Livewire component inside Tab not save changes
I haves this componte Livewire inside Tab:
This component is visual, and has certain actions, but I don't need it to save anything when the save changes button is pressed.
If I try to save changes (for Tab 1 fields) it doesn't execute anything. The button can be pressed but it doesn't show any error in console or network. What could I be doing wrong?
1 Reply
I add ->lazy() and it's works!