From 1555584c8c82943dc14e80f4b694e8ba33b1ee3e Mon Sep 17 00:00:00 2001 From: BoussonKarel Date: Wed, 18 Oct 2023 15:40:52 +0200 Subject: [PATCH] Fixes flatpickr/flatpickr#2929 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 4d0c124a3..78b9885ba 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1491,7 +1491,7 @@ function FlatpickrInstance( if (self.config.allowInput) { self.setDate( self._input.value, - false, + true, self.config.altInput ? self.config.altFormat : self.config.dateFormat