Update maximal date on every DateInput dropdown toggle

This commit is contained in:
Jakub
2020-08-20 13:38:09 +02:00
committed by Michal Horejsek
parent 5f02e59fa4
commit 2182e573f9
3 changed files with 22 additions and 5 deletions

View File

@ -63,6 +63,7 @@ Column {
metricsLabel: inputDateFrom.label
currentDate: new Date() // now
minDate: inputDateFrom.currentDate
isMaxDateToday: true
dropDownStyle: dateRange.dropDownStyle
}