react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

only month picker when we enter the number of the month

Open nstrn-prsh opened this issue 3 years ago • 0 comments

I have an only month picker input with these props: onlyMonthPicker, disableYearPicker, hideYear, format='MM', calendar={persian}, locale={persian_fa} when I pick a month from the list it works correctly but when I write the number of the month if it's bigger than 6 the calendar selects the next month. for example I enter "10", instead of selecting the 10th month (dey) it selects the 11th month (bahman)

nstrn-prsh avatar Aug 22 '22 10:08 nstrn-prsh