Page 1 of 1

Min and max validation on TimeField control in angular not working

Posted: Wed Mar 15, 2023 11:43 am
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?


Re: Min and max validation on TimeField control in angular not working

Posted: Wed Mar 15, 2023 1:38 pm
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