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?
1 Reply
Antoine
Antoine3mo ago
up?