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
Controls addon - date Control Type select month and type 11 by using keyboard, it automatically updated month to 12. - this happened on March 31st and May 31st and It might happen again on July 31st, Aug 31st when the day is on 31st.
To Reproduce
Create date Control Type on storybook value: { control: "date" },
change the system date to May 31st or March 31st and using keyboard to type on the month field part. month 11 will automatically change to 12.
This seems like a really small contained bug, that maybe a first time contributor could find a fix for.
I suspect it might already be fixed in the next branch though. So if anyone would be able to see if they can reproduce this still on the next branch that'd be awesome.
Describe the bug
Controls addon - date Control Type select month and type 11 by using keyboard, it automatically updated month to 12. - this happened on March 31st and May 31st and It might happen again on July 31st, Aug 31st when the day is on 31st.
To Reproduce
Create date Control Type on storybook
value: { control: "date" },
change the system date to May 31st or March 31st and using keyboard to type on the month field part. month 11 will automatically change to 12.
System
Storybook version:
6.1.14
storybook/react:
v6.1.14
react version:
17.0.1
Platform:
win32 x64
Additional context
![DatePickerControl](https://user-images.githubusercontent.com/85127600/120232812-55420a00-c222-11eb-8bb1-6484f9aaf94f.png)
The text was updated successfully, but these errors were encountered: