* The dynamically generated fields do not register properly in the form state. * On submission (or even with
->live()
->live()
removed), Livewire throws:
Livewire Entangle Error: Livewire property ['data.answers_1'] cannot be found
Livewire Entangle Error: Livewire property ['data.answers_1'] cannot be found
Has anyone successfully made dynamic, database-driven Filament form fields work with Livewire? What’s the recommended approach to ensure all dynamic fields are properly registered in the form state?