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

@ -76,6 +76,7 @@ Row {
anchors.verticalCenter: parent.verticalCenter
currentDate: new Date() // default now
minDate: inputDateFrom.currentDate
isMaxDateToday: true
}
CheckBoxLabel {