You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`
All works perfect. But the onDateSelect not triggerd. When i click a empty day, the Modal CreateForm will not open.
After that i made a test, and use your trait.
use InteractsWithEvents;
public function onDateSelect(string $start, ?string $end, bool $allDay, ?array $view, ?array $resource): void
{
dd('test');
}
This not work.
But your Create Button works.
protected function headerActions(): array
{
return [
CreateAction::make(),
];
}
This open the create form and works. But when i click a date in the calendar, the modal will not opened. And there is no erros in dev tools. I can not debug it.
The text was updated successfully, but these errors were encountered:
Hey saade, thanks for your answere. Yes i made it. But in the last weeks i greated again, without your package. Now it works all. I dont know what is wrong. I added the fullcalendar without package, and it works.
You should check this event in your package: dateClick: function(info) { // },
Version 3.2.2
I use a costum Page, for the Widget.
`
All works perfect. But the onDateSelect not triggerd. When i click a empty day, the Modal CreateForm will not open.
After that i made a test, and use your trait.
This not work.
But your Create Button works.
This open the create form and works. But when i click a date in the calendar, the modal will not opened. And there is no erros in dev tools. I can not debug it.
The text was updated successfully, but these errors were encountered: