kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[Bug][Calendar] Using custom cell and selecting todays date navigates back to the current month

Open filipKovachev opened this issue 1 year ago • 0 comments

Describe the bug When using a custom cell with the Calendar , clicking "Today," the current date is displayed, and then if you select a cell in a different month, it returns to the default month

To Reproduce

  1. Open this example: https://stackblitz.com/edit/qjes2z-ptlqwu?file=src%2Fmain.vue
  2. Select Today, navigate to a different month, select any date and observe how you are redirected to the original month.

Expected behavior When selecting the Today button, navigating to another month, and selecting a date you should be able to select the date in that particular month without being redirected as it is in the React version of the component.

Ticket ID: 1651234

filipKovachev avatar May 09 '24 07:05 filipKovachev