© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
11 replies
gigiloouu

auto fill when i select

i want when i select debtorCompany take data from debtorCompany and fill automaticly in code and email textinput this is my code
Forms\Components\Select::make('debtor_company_id')
                    ->relationship('debtorCompany', 'name')
                    ->label('დებიტორის კომპანიის დასახელება')
                    ->required(),
                Forms\Components\TextInput::make('debtor_identification_code')
                    ->label('დებიტორის საიდენტიფიკაციო კოდი')
                    ->required(),
                Forms\Components\TextInput::make('debtor_email')
                    ->email()
                    ->label('დებიტორი კომპანიის მეილი ')
                    ->required(),
Forms\Components\Select::make('debtor_company_id')
                    ->relationship('debtorCompany', 'name')
                    ->label('დებიტორის კომპანიის დასახელება')
                    ->required(),
                Forms\Components\TextInput::make('debtor_identification_code')
                    ->label('დებიტორის საიდენტიფიკაციო კოდი')
                    ->required(),
                Forms\Components\TextInput::make('debtor_email')
                    ->email()
                    ->label('დებიტორი კომპანიის მეილი ')
                    ->required(),
Solution
ok, you didnt mentioned it in the original message 🙂
did you add
->live()
->live()
?
Jump to solution
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

How to auto fill multiple select in Action
FilamentFFilament / ❓┊help
3y ago
Select multiple - fill
FilamentFFilament / ❓┊help
8mo ago
Select::createOptionForm fill?
FilamentFFilament / ❓┊help
16mo ago
Dependent Select -> Form Fill Issue
FilamentFFilament / ❓┊help
15mo ago