From dacb7e3b486c83bf9b4db338990b685920280330 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 16 Apr 2021 09:56:28 +0200 Subject: [PATCH] Fix compatibility with latest versions of DateTimePicker not showing time panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Closes #2983 It seems the `format` prop is required to have `HH:mm` to display the timepanel…for some reason - Note: The `first-day-of-week` seems unused, it should probably override the setting in `lang` - Remove obsolete props `not-before` and `not-after` which are replaced by a `disabled-date` function prop in vue2-datepicker 3.0.0 Signed-off-by: Thomas Citharel --- src/components/Shared/DatePicker.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/Shared/DatePicker.vue b/src/components/Shared/DatePicker.vue index 0d88c7dfa9..2dd2221f58 100644 --- a/src/components/Shared/DatePicker.vue +++ b/src/components/Shared/DatePicker.vue @@ -24,13 +24,13 @@ this.maximumDate + }, }, }