vaadin/vaadin-date-picker

Last day of month is wrongly disabled

Closed this issue · 1 comments

Description

On the last day of the month, e.g. 4/30/2019 if the minDate is set to 4/30/2019 the date 4/30/2019 is disabled.
This comes from a wrong calculation of allowed dates.

Expected outcome

Date should be styled as not disabled.

Browsers Affected

  • Chrome
  • Firefox
  • Safari
  • Edge
  • IE 11
  • iOS Safari
  • Android Chrome

e.g. with

Minimal value

on the last day of the month, the min is disabled.