From b424c61e95e3cc9213d4d3efbe4173857d4e80fd Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 13 Aug 2024 18:45:55 +0200 Subject: [PATCH] fix(frontend): date input is more flexible and accept default html format as a fallback --- frontend/src/lib/components/DateInput.svelte | 27 ++++++++++++++++---- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/components/DateInput.svelte b/frontend/src/lib/components/DateInput.svelte index ad4c17c2d7..eb4b650c76 100644 --- a/frontend/src/lib/components/DateInput.svelte +++ b/frontend/src/lib/components/DateInput.svelte @@ -1,6 +1,7 @@