gismofx / toast_ui.blazor_calendar

Toast UI Calendar Wrapper For Blazor
MIT License
54 stars 8 forks source link

On month view click on "more" does not work #23

Closed Kistelekig98 closed 2 years ago

Kistelekig98 commented 2 years ago

Steps to reproduce:

  1. Run test project
  2. On month view click on "more", where a day contains more than 2 events (and they don't fit in the cell)

Error:

Uncaught TypeError: options.month.scheduleFilter is not a function
    at eval (tui-calendar.js?e759:10896:1)
    at eval (tui-code-snippet.js?4ae3:1207:1)
    at forEachOwnProperties (tui-code-snippet.js?4ae3:984:1)
    at forEach (tui-code-snippet.js?4ae3:1026:1)
    at Object.filter (tui-code-snippet.js?4ae3:1206:1)
    at eval (tui-calendar.js?e759:10895:1)
    at MonthClick.CustomEvents.invoke (tui-code-snippet.js?4ae3:3230:1)
    at MonthClick.CustomEvents.fire (tui-code-snippet.js?4ae3:3185:1)
    at MonthClick../src/js/handler/month/click.js.MonthClick._onClick (tui-calendar.js?e759:13644:1)
    at Drag.CustomEvents.invoke (tui-code-snippet.js?4ae3:3230:1)
gismofx commented 2 years ago

@Kistelekig98 Thanks for identifying this one. I will look into this one this evening.