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
@cvPriyanka how are you triggering this case in the UI? The calendar element shouldn't allow you to select a date that's not actually valid, however if it is and you have steps to reproduce I can debug it and address the issue. Just don't want to make changes if I can't test that I actually fixed it...
Hi,
Suppose the previous date is Oct 31 and we have to set the new date to Nov 1.
Here while setting month to Nov, since Nov 31st doesn't exist, it is set to Dec 1.
This can be avoided by setting month as:
newDate.setMonth(item.month, item.day);
I am not sure if its the right way. Please help
The text was updated successfully, but these errors were encountered: