Unplanned
Last Updated: 28 Jul 2023 05:08 by ADMIN

Describe the bug
The behavior of the Native and Wrapper MultiView calendars is different when using the next/previous arrows of the component.

The Native MultivVew calendar changes the selected date to the respective date of the next/prev month but doesn't change the month views as the Wrapper does.

Check the following two videos and see the differences:

Native.Multiview.Calendar-.Vue.mov
Multiview.Calendar.Wrapper.-.Vue.mov

To Reproduce

  1. Open this StackBlitz project
  2. Select a random date
  3. Click on the "next" navigational arrow

Expected behavior
The same as the selected date should be focused on in the next month just like the Wrapper MultuView Calendar does.

Completed
Last Updated: 13 Apr 2022 12:54 by ADMIN

Describe the bug
The messages from the cldr-dates-full library are not loaded correctly in the Calendar component.
Month names in the Calendar control in Polish language should be in the nominative case.
Tooltips for the days in the calendar are in the genitive case and they are correct.

  • The same issue could be replicable in other languages.

To Reproduce
Steps to reproduce the behavior:

  1. Open this example.
  2. See the translation of the month in the Calendar

Expected behavior
The month's name should be "listopad 2021". Instead, it is "listopada 2021". For reference, check this sample that uses the Kendo UI for jQuery suite and the messages are correct.

Screenshots
image

Completed
Last Updated: 21 Jul 2021 06:05 by ADMIN

I'm submitting a...

  • Bug report

Current behavior

When the focused-date property of the Calendar is bound to data property, if you change the value of this property the focused date inside the component is not changing

Expected behavior

If the value of the focused-date property is changed, the new focused date should be applied in the Calendar

Reproduction

  1. Open this StackBlitz example
  2. Change the default focused date to the new one with a click on the "Change focused date" button
  3. Nothing changes in the Calendar