matthewbub / calendar-widgets

Craft beautifully robust date components in React.
http://calendar-widgets.com/
MIT License
4 stars 13 forks source link

bug `Calendar.showAdjacentDays = false` results in days becoming misaligned #217

Closed matthewbub closed 1 year ago

matthewbub commented 1 year ago

i noticed during #213 that if we set Calendar.showAdjacentDays = false that the first of the month will appear at the first available day of the calendar month. That should not happen, it must be because the empty elements are not retaining their required width. 🤔