shahabyazdi / react-multi-date-picker

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
https://shahabyazdi.github.io/react-multi-date-picker/
MIT License
766 stars 90 forks source link

When the showOtherDay prop is true, it displays a week of the next month! #294

Open zgolmohamadi opened 2 months ago

zgolmohamadi commented 2 months ago

When this property is on, I want to display only the week that has days in this month and the days in the next month, not a whole week that has days in the next month. I would be grateful if you could help me solve the problem.

shahabyazdi commented 1 month ago

Hi, thanks for reporting this bug It should be fixed in the next version.

zgolmohamadi commented 1 month ago

thanks alot .