why wouldn't this form submit button work?
Adding a form to a livewire component and have followed the docs exactly, but my form button doesn't submit:
There's nothing in the network tab indicating that a request is even sent.
Solution:Jump to solution
just needed to add flex flex-col justify-between to my form and a wrapping div around my buttons and now it's working as expected.
2 Replies