react-multi-date-picker
react-multi-date-picker copied to clipboard
only month picker when we enter the number of the month
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)