forked from Silverfish/proton-bridge
Update maximal date on every DateInput dropdown toggle
This commit is contained in:
@ -63,6 +63,7 @@ Column {
|
||||
metricsLabel: inputDateFrom.label
|
||||
currentDate: new Date() // now
|
||||
minDate: inputDateFrom.currentDate
|
||||
isMaxDateToday: true
|
||||
dropDownStyle: dateRange.dropDownStyle
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user