Skip to content

@blueprintjs/datetime@1.25.4

Compare
Choose a tag to compare
@adidahiya adidahiya released this 15 Feb 21:09
· 2785 commits to develop since this release
  • DateRangeInput: Fixed various month ordering bugs (#2133) thanks @kaplona!
    • When minDate === startDate === endDate month, both left and right calendar shows that month, but right calendar month selector shows the next month.
    • When calculating initialMonth, endDate isn't taken in account. This could result in left calendar month being after right calendar month, if only endDate defined.
  • DateInput: Popover now closes on more interactions, including tabbing away from the last element in the Popover contents and hitting ESC on the input (#2093) thanks @mud!