filament-fullcalendar icon indicating copy to clipboard operation
filament-fullcalendar copied to clipboard

Inconsistence between the code and the README.md

Open chickgit opened this issue 1 year ago • 0 comments

in here you mentioned that to open url in new tab by providing 'shouldOpenUrlInNewTab' => true

but in this code https://github.com/saade/filament-fullcalendar/blob/90a3adab4ecd1ebd5f04903d4a1993aef9119716/resources/js/filament-fullcalendar.js#L51-L55 the 'shouldOpenUrlInNewTab' is inside extendedProps.

right now im using 'shouldOpenUrlInNewTab' inside extendedProps so that event can opened in new tab.

chickgit avatar Oct 06 '23 18:10 chickgit