Hi, I'm trying to create a custom Section component with 2 static fields: - Status (Select) - Comment (Textarea)
My section view have:
<select><textarea>$childs
<select><textarea>$childs
i set in the select and in the textarea
dusk="filament.forms.{{ $getId() }}.comment"{{ $applyStateBindingModifiers('wire:model') }}="{{ $getId() }}.comment (or status if is the select)"id="{{ $getId() }}.comment"
dusk="filament.forms.{{ $getId() }}.comment"{{ $applyStateBindingModifiers('wire:model') }}="{{ $getId() }}.comment (or status if is the select)"id="{{ $getId() }}.comment"
The problem is when i save the form, it colect all data about the childs, but don't collect the select and text area value.