-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Describe the bug
Selecting a month beyond March chooses the wrong month
To Reproduce
Steps to reproduce the behavior:
- Go to example codepen from readme
- Click on 'Simple Date picker' area
- Click (e.g.) 2020.05 to choose new month
- Click e.g. June, note that date selected is 2020.04
Mapping appears to be:
Jan => Jan
Feb => Feb
Mar => Mar
Apr => Feb
May => Mar
Jun => Apr
July => Mar
Aug => Apr
Sep => May
Oct => Apr
Nov => May
Dec => Jun
Expected behaviour
I expect to select the month I click on.
Screenshots
n/a
Desktop (please complete the following information):
- OS: Windows 10
- Browser: Chrome
- Version: 81.0.4044.138 (Official Build) (64-bit)
Metadata
Metadata
Assignees
Labels
No labels