Skip to content

Commit 8f1abe7

Browse files
committed
fix(calendar): reflect the orientation attr the same way as the headerOrientation
1 parent 50478de commit 8f1abe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/calendar/calendar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default class IgcCalendarComponent extends EventEmitterMixin<
199199
* is being shown.
200200
* @attr orientation
201201
*/
202-
@property()
202+
@property({ reflect: true, attribute: 'orientation' })
203203
public orientation: ContentOrientation = 'horizontal';
204204

205205
/**

0 commit comments

Comments
 (0)