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.
To Reproduce
Steps to reproduce the behavior:
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.
Currently, no property allows us to pass custom components for the Navigation arrows in the Calendar.
Such a feature will be useful in scenarios when we want to edit the design/functionality of the Calendar navigation.
Currently, the MulltiView configuration of the Calendar component doesn't visualize the months above each Calendar.
The requested functionality can be observed in this example from the Kendo UI for jQuery suite. The usage of the MultiView functionality of the Calendar will be easier if it looks similar to the linked above example.
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
If the value of the focused-date property is changed, the new focused date should be applied in the Calendar