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