© 2026 Hedgehog Software, LLC

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

How to connect input form

I want to make the following form inputs connected to each other

the following inputs:
TextInput::make('booking_duration')
->label('Durasi Booking (satuan jam')
->required()
->numeric(),

and after this input is filled as well:
TimePicker::make('start_time')
->label('Waktu Mulai')
->required(),

and then this input will automatic filled:
TimePicker::make('end_time')
->label('Waktu Selesai')
->required()
->reactive(),

so the input end_time will be filled if start_time was prefilled with the start_time being advanced according to its duration

can you explain?
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

add input to form
FilamentFFilament / ❓┊help
3y ago
How to make filament to trim form input?
FilamentFFilament / ❓┊help
16mo ago
How to format price in form?
FilamentFFilament / ❓┊help
12mo ago