© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
Antoine

Modal Bug on Livewire Component Form

Hello everyone,

I have a FullCalendar Widget that I use on my dashboard that works great. I use this same Widget in a tab of my user edit form as follows:

Tab::make('Planning')
  ->schema([

      Livewire::make(App\Filament\Widgets\Dashboard\CalendarWidget::class),

  ])
  ,
Tab::make('Planning')
  ->schema([

      Livewire::make(App\Filament\Widgets\Dashboard\CalendarWidget::class),

  ])
  ,


I'm having a focus issue in all modals inside this widget only on my form (see attached video).
No issues on the dashboard.

My problem doesn't seem to come from the plugin but rather from my livewire component in my form right?

I imagine there is a conflict somewhere. Does anyone know where I should look to resolve this issue?
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

Modal: Livewire component
FilamentFFilament / ❓┊help
2y ago
Livewire Component on ModalContent close modal
FilamentFFilament / ❓┊help
2y ago
Livewire actions on form component layout
FilamentFFilament / ❓┊help
3y ago
Livewire Form Component problem
FilamentFFilament / ❓┊help
13mo ago