Ogalesha
Ogalesha
FFilament
Created by Ogalesha on 10/2/2024 in #❓┊help
Save edit form with two fields: Select & Livewire table component
sure, sounds a viable option. I've to give a try, mabe it becomes a cleaner solution. Thank you
12 replies
FFilament
Created by Ogalesha on 10/2/2024 in #❓┊help
Save edit form with two fields: Select & Livewire table component
Thank you for the reply mate. I had this situation where I needed to have a list of elements (table rows) related to the main form information, where I had to bulk some actions. For example assosiate or disassociate a group of related data. (players related to the event, attaching/detaching them). Additionaly I had also to update the form data outside the table injected via Livewire. A very particular case that maybe could have been solved in a better way, but I couldn't image a different solution.
12 replies
FFilament
Created by Ogalesha on 10/2/2024 in #❓┊help
Save edit form with two fields: Select & Livewire table component
thank you soo much mate!
12 replies
FFilament
Created by Ogalesha on 10/2/2024 in #❓┊help
Save edit form with two fields: Select & Livewire table component
Analyzing the html output, seems that the "Save changes" button goes outside the tag <form></form> , meanwhile, removing/commenting the Livewire component row in the source code, the button goes inside the tag <form></form> and it works. So I don't know if: 1. that is exactly the problem 2. if so, how can I keep always the button element inside the form element when I use the Livewire component in the form I've to dig more.
12 replies