Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 73a9896

Browse files
authored
Fix for init date range not being hooked up.
1 parent f6ee58f commit 73a9896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/rangedate-picker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ export default {
188188
}
189189
},
190190
created () {
191+
if (this.initRange) {
192+
this.dateRange = this.initRange
191193
if (this.isCompact) {
192194
this.isOpen = true
193195
}

0 commit comments

Comments
 (0)