© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
13 replies
jals65

Form fields into new component.

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.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Reusable component with multiple form input fields
FilamentFFilament / ❓┊help
2y ago
The form fields are not mounted into the edit form
FilamentFFilament / ❓┊help
2y ago
Filament Form Fields as custom components
FilamentFFilament / ❓┊help
12mo ago
Custom form component
FilamentFFilament / ❓┊help
16mo ago