Re-rendering Livewire inside Custom Form Field
I have issue with my Livewire which I want to re-render whenever modal is triggered inside Custom Form Field. I am using Filament modal. Currently my livewire retains previous state even after i close the modal and re-opens the modal. I dont want to change field state but i want to re-render Livewire with its mount whenever i modal opens. Below is my code.
0 Replies