mirror of https://github.com/keeweb/keeweb
fix #1725: setting expire date in the past
parent
dfb7491503
commit
8023bcea96
|
@ -24,7 +24,6 @@ class FieldViewDate extends FieldViewText {
|
|||
onSelect: this.pickerSelect.bind(this),
|
||||
onClose: this.pickerClose.bind(this),
|
||||
defaultDate: this.value,
|
||||
minDate: new Date(),
|
||||
firstDay: 1,
|
||||
i18n: {
|
||||
previousMonth: '',
|
||||
|
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
`+` optimized memory consumption for large files
|
||||
`+` opening XML and CSV files using the Open button
|
||||
`-` ykman v4 support
|
||||
`-` setting expire date in the past
|
||||
|
||||
##### v1.17.4 (2021-03-18)
|
||||
`-` fix #1740: Windows updater issues
|
||||
|
|
Loading…
Reference in New Issue