forked from Silverfish/proton-bridge
Update maximal date on every DateInput dropdown toggle
This commit is contained in:
@ -76,6 +76,7 @@ Row {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
currentDate: new Date() // default now
|
||||
minDate: inputDateFrom.currentDate
|
||||
isMaxDateToday: true
|
||||
}
|
||||
|
||||
CheckBoxLabel {
|
||||
|
||||
Reference in New Issue
Block a user