Skip to content

Commit 1555584

Browse files
committed
1 parent 66cfd08 commit 1555584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ function FlatpickrInstance(
14911491
if (self.config.allowInput) {
14921492
self.setDate(
14931493
self._input.value,
1494-
false,
1494+
true,
14951495
self.config.altInput
14961496
? self.config.altFormat
14971497
: self.config.dateFormat

0 commit comments

Comments
 (0)