Page 1 of 1

DateField: month/year combo slider overlapping for material theme

Posted: Mon Sep 07, 2020 7:55 pm
by TDI

Hello,

Please see attached images for the datePicker using materialTheme.

The same behaviour is reproduced in the top example of your docs: https://www.bryntum.com/docs/scheduler/#Core/widget/DateField

There is some way to correct that issue?

Thank You!


Re: DateField: month/year combo slider overlapping for material theme

Posted: Tue Sep 08, 2020 1:10 pm
by alex.l

Hi TDI,

This bug has been fixed in the nearest release and available now in our beta release. For now you could apply this config on your combo:

picker : {
    align : {
        axisLock : false
    }
}

Unfortunately, it's not clear from your screenshots to me where is exactly this datefield placed, but in case you cannot configure it by your own on init stage, you could try to use https://bryntum.com/docs/scheduler/#Core/widget/DateField#event-beforeShow event to make this changes.

All best,
Alex