We discovered this in our application, but I am able to reproduce it on the SmartClient 10 Explorer site. When using a date field on a dynamic form (with the popup window to pick a date), you are unable to scroll by month past December 2020.
I reproduced my test here:
https://www.smartclient.com/smartcli...advancedFilter
I added the following to the fields on the form:
You can see it stop scrolling through the months like this:
I reproduced my test here:
https://www.smartclient.com/smartcli...advancedFilter
I added the following to the fields on the form:
{name: "Date",
title: "Date",
useTextField: true,
type: "date"},
title: "Date",
useTextField: true,
type: "date"},
You can see it stop scrolling through the months like this:
Comment