Skip to content

Commit 3a98071

Browse files
committed
Add missing isDatePicker to range / multi calendar
1 parent da57e4f commit 3a98071

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ember-power-calendar/src/components/power-calendar-multiple.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
Nav=(component
66
(ensure-safe-component (or @navComponent this.navComponent))
77
calendar=(readonly this.publicAPI)
8+
isDatePicker=@isDatePicker
89
)
910
Days=(component
1011
(ensure-safe-component (or @daysComponent this.daysComponent))
1112
calendar=(readonly this.publicAPI)
13+
isDatePicker=@isDatePicker
1214
)
1315
)
1416
)

ember-power-calendar/src/components/power-calendar-range.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
Nav=(component
66
(ensure-safe-component (or @navComponent this.navComponent))
77
calendar=(readonly this.publicAPI)
8+
isDatePicker=@isDatePicker
89
)
910
Days=(component
1011
(ensure-safe-component (or @daysComponent this.daysComponent))
1112
calendar=(readonly this.publicAPI)
13+
isDatePicker=@isDatePicker
1214
)
1315
)
1416
)

0 commit comments

Comments
 (0)