Discuss anything related to web development but no technical support questions


Post 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!

Attachments
datePicker02.jpg
datePicker02.jpg (32.69 KiB) Viewed 1117 times
datePicker01.jpg
datePicker01.jpg (31.04 KiB) Viewed 1117 times

Post 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

All the best,
Alex


Post Reply