Laravel Livewire Form Not Submitting Stack Overflow

Laravel Livewire Form Not Submitting Stack Overflow I have a table of records and i have a form attached in the last row that will only appear after clicking a show button. it is working now however my problem is that the form is not submitting, and i found out in the inspect element that the input elements are not inside of the form tag. but in code the input tags are within the form. So i've been able to make livewire " wire : submit " work in my laravel project but the solution was that i had to create a new laravel project, installed livewire and then used the default layout. upon submitting the form, i got a dumped " form submitted " as expected.

Laravel Livewire Form Not Submitting Stack Overflow Livewire makes it easy to handle form submissions via the wire:submit directive. by adding wire:submit to a

Laravel Livewire Errors Are Not Cleared Stack Overflow There does indeed seem to be a small ui ux bug surrounding form submissions and sometimes needing to click a submit button twice to submit the form? i've only been using livewire properly for a month or two, hoping to get to the bottom of this. i have provided easy and step by step instructions to reproduce the bug. .
Comments are closed.