You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jqxDateTimeInput with range selection, min and max date when formControl.setValue() mehtod is used it removes the min and max date restrictions and the user can select other dates.
When using the formControl.reset() method in the same setup the popup calendar dates inside of it are displayed as NaN.
Code for reproducing the issue:
In app.component.html
jqxDateTimeInput with range selection, min and max date when formControl.setValue() mehtod is used it removes the min and max date restrictions and the user can select other dates.
When using the formControl.reset() method in the same setup the popup calendar dates inside of it are displayed as NaN.
Code for reproducing the issue:
In app.component.html
app.component.ts:
The text was updated successfully, but these errors were encountered: