© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
zoya!

Pass Data From Filament TextInput to Livewire Component

I have added a livewire component on the create page of resource and wanted to pass a TextInput::make(url) to the Livewire component on the same page named SiteDetails.

I can easily view the Livewire component one i open the create record page.

But if I try adding the text in TextInput::make(url)->live() after it's state gets updated the Livewire component refresh and no data can be seen I try login the passed variable but it was null. Any refrences or help might be very useful thank you.

TextInput::make('url')
->label('URL')
->url()
->prefixIcon('heroicon-m-globe-alt')
->live()
->required(),
TextInput::make('url')
->label('URL')
->url()
->prefixIcon('heroicon-m-globe-alt')
->live()
->required(),
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

pass data from Livewire to Wizard
FilamentFFilament / ❓┊help
15mo ago
How to Pass Dynamic Data from Filament Form to Livewire Component for Price Calculation
FilamentFFilament / ❓┊help
16mo ago
how to pass data from modal to component in filament?
FilamentFFilament / ❓┊help
2y ago
Filament layout to livewire component
FilamentFFilament / ❓┊help
13mo ago