Hi,
I'm using SmartGWT 6.1p (SmartClient Version: v11.1p_2017-12-14/PowerEdition Deployment (built 2017-12-14)) and I'm having isuues when I try to type in a date in a filter criteria in a ListGrid. When I try to type in the to date my cursor jumps to the from field after typeing the first year character.
So if I want to type in
From 01/01/2017
To 31/01/2018
After I type the 2 in 2018 my cursor always jumps to behind 2017
I have tried this in all possible browers, IE, Firefox and Chrome, they all have the same behaviour.
I already set the DateInputFormat on the DateUtils, I tried changing from Date to DateTime but it all remains the same.
Any ideas?
Thank you!
I'm using SmartGWT 6.1p (SmartClient Version: v11.1p_2017-12-14/PowerEdition Deployment (built 2017-12-14)) and I'm having isuues when I try to type in a date in a filter criteria in a ListGrid. When I try to type in the to date my cursor jumps to the from field after typeing the first year character.
So if I want to type in
From 01/01/2017
To 31/01/2018
After I type the 2 in 2018 my cursor always jumps to behind 2017
I have tried this in all possible browers, IE, Firefox and Chrome, they all have the same behaviour.
I already set the DateInputFormat on the DateUtils, I tried changing from Date to DateTime but it all remains the same.
Any ideas?
Thank you!
Comment