Skip to content

Commit eef474d

Browse files
committed
chore(*): make pickers flags static false #4908
1 parent 4e63094 commit eef474d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/date-picker/date-picker.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ export class IgxDatePickerComponent implements IDatePicker, ControlValueAccessor
694694
/**
695695
*@hidden
696696
*/
697-
@ContentChild(IgxDatePickerActionsDirective, { read: IgxDatePickerActionsDirective, static: true })
697+
@ContentChild(IgxDatePickerActionsDirective, { read: IgxDatePickerActionsDirective, static: false })
698698
public datePickerActionsDirective: IgxDatePickerActionsDirective;
699699

700700
public calendar: IgxCalendarComponent;

projects/igniteui-angular/src/lib/time-picker/time-picker.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export class IgxTimePickerComponent implements
491491
/**
492492
*@hidden
493493
*/
494-
@ContentChild(IgxTimePickerActionsDirective, { read: IgxTimePickerActionsDirective, static: true })
494+
@ContentChild(IgxTimePickerActionsDirective, { read: IgxTimePickerActionsDirective, static: false })
495495
public timePickerActionsDirective: IgxTimePickerActionsDirective;
496496

497497
/**

0 commit comments

Comments
 (0)