Marco
Marco
FFilament
Created by Marco on 6/10/2024 in #❓┊help
Select input value not set in dynamically created Tab component
Attached is a simplified version of the Form that i have. I dynamically add tabs based on the machines i select. In the dynamically created Tab I have a select component with options. If I select an option and submit the Form the value of the select will remain "null". I get the following error when the Tab is dynamically created:
Livewire Entangle Error: Livewire property ['data.1_machine_option'] cannot be found on component:
Livewire Entangle Error: Livewire property ['data.1_machine_option'] cannot be found on component:
It seems like its looking for the field in the 'original' form data, when i create this tab. Is there a way to accomplice the scenario that i want? Note: Components like TextInputs and Checkboxes work fine, I only have the problem with the Select component
3 replies