Bug: daterangepicker doesn't respect calendar.maxDate

daterange does respect calendar.maxDate but daterangepicker doesn’t.

https://snippet.webix.com/xnm0c4x7

This seem to makes it truly impossible to show the calendar ending on the current month.

Is calendar actually a property of daterangepickers? Looks like calendars need to be specified in the daterangesuggest. I’m confused by daterangesuggest (why is it necessary, instead of specifying calendar directly in the daterangepicker config options?), but this workaround works: Code Snippet

Hello,

If you want to use calendar in daterange, so it will look like

view: "daterange",
calendar: {...}
...

Please check the information about Configuring DateRange Calendars

Calendar in daterangepicker:

view:"daterangepicker",
...
suggest:{
  view:"daterangesuggest",
     body: {
    ...
 }

Please check the indformation about Customizing Popup of DateRangePicker