kendo-vue
kendo-vue copied to clipboard
[Bug][Calendar] Using custom cell and selecting todays date navigates back to the current month
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
- Open this example: https://stackblitz.com/edit/qjes2z-ptlqwu?file=src%2Fmain.vue
- 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