trailheadapps / lwc-recipes

A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform

Home Page:https://developer.salesforce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popover events doesn't trigger eventClick function on FullCalendar

saysonjerald opened this issue · comments

Summary

I have 6 events in 1 day so it show up on popover view and I have no problems with that whoever the popover automatically close when I click either one of those events inside the popover.

Salesforce Org Type

Scratch Org

Steps To Reproduce

No response

Current Behavior

  • Popoever automatically close when one of the events is clicked.
  • eventClick() from fullcalendar didn't even triggered.

Expected Behavior

  • make events inside the popover clickable
  • and eventClick() will be trigger

Relevant Log Output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Thank you for posting this issue. 🙇🏼‍♂️
We will come back to you shortly.

The current recipe showcases only the usage of third party library. The recipe will be enhanced and re-implemented once the third party components are supported on the lightning experience. Thank you!