Discuss anything related to web development but no technical support questions


Post by eutat.yap »

https://www.bryntum.com/products/scheduler/docs/api/Core/widget/TimeField#config-min

Looking at the reference document above, notice that there is a min and max value that we can set in timefield control and I did set the min and value in timefield in angular using time in string data type or time in date data type. After setting the min and max value, I suppose when I key in the value more than the max value, then I will get the corresponding message saying value key in is more than max value?
But the thing that I see was that no such validation message appear.

So I am not sure if this is the correct assumption?


Post by tasnim »

Hi,

It seems to be working fine with angular.

    tbar : [
        {
            type : 'timefield',
            max : '11:00',
            min : '6:00'
        }
    ]

Please check the attached video

Attachments
Recording 2023-03-15 173654.mp4
(277.13 KiB) Downloaded 67 times

Post Reply