Custom form field and Custom Livewire component
Hello there.
I have a custom form field witch include a custom livewire component and this is loaded on a foreach loop.
The problem is in the first iteration of loop the form its not loading in but just on first iteration.
6 Replies
this is how i call my livewire component

this is my livewire component


and on my first iteration of loop that is what i am seeing on browser

on second iteration of loop that is what i am seeing

how i call my custome field

inside of a form