Hi, I have an array with values, these values are links to open a modal and for the user to edit these values. What is happening is that the modal opens but the value does not appear in the input field. Can you help?
This is my blade page where I call the component:
This is view
This is the blade component
This is a modal
And this is my controller component
livewire version: 2.3
Thanks for helping