Is it possible to nest a Livewire 3 component independently inside of a form?
I've got a long-running Laravel app with a traditional form in a blade view. Inside of this form I want to start to include a couple Livewire components that can refresh and submit data independent of the form. Is this possible?
For testing purposes I've created this simple component and nested it within the existing <form> on the page..