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
Describe the bug
If the current day of the month the user is in is not available in the target month in the controls date picker, then it would not allow you to select the month. I noticed that the date picker was working fine yesterday (1/28) when I need to select 2/5 for the view and then today (1/29) when I try to select 2/5 it would automatically switch to 3/5.
To Reproduce
Steps to reproduce the behavior:
Add date picker control
Go to ui with date picker
Select a month where the current day of the month is not available. So if day of month is 30, try to select a date in February. If day of month is 31, try to select any month that only has 30 days.
It will automatically change the month to the next month. i.e. February -> March
Expected behavior
To be able to select the date you want regardless of the day of the month you are using Storybook.
Screenshots
If applicable, add screenshots to help explain your problem.
When changing the month from January to February, input is already on March 28th,
After trying to select February 11th and seeing March 11th. I clicked into the calendar again and went to February 11th.
Now that the input has changed, I thought it would work, but the args.date that is received is still March 11th.
The text was updated successfully, but these errors were encountered:
Describe the bug
If the current day of the month the user is in is not available in the target month in the controls date picker, then it would not allow you to select the month. I noticed that the date picker was working fine yesterday (1/28) when I need to select 2/5 for the view and then today (1/29) when I try to select 2/5 it would automatically switch to 3/5.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To be able to select the date you want regardless of the day of the month you are using Storybook.
Screenshots
If applicable, add screenshots to help explain your problem.
When changing the month from January to February, input is already on March 28th,
After trying to select February 11th and seeing March 11th. I clicked into the calendar again and went to February 11th.
Now that the input has changed, I thought it would work, but the args.date that is received is still March 11th.
The text was updated successfully, but these errors were encountered: