Skip to content

Commit 432aa58

Browse files
committed
chore(select): Address comments #7487
1 parent 0e74953 commit 432aa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/select/select.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class IgxSelectComponent extends IgxDropDownComponent implements IgxSelec
108108
@ViewChild('input', { read: IgxInputDirective, static: true }) public input: IgxInputDirective;
109109

110110
/** @hidden @internal */
111-
@ContentChild(IgxHintDirective, { read: ElementRef }) hintElement: ElementRef;
111+
@ContentChild(IgxHintDirective, { read: ElementRef }) private hintElement: ElementRef;
112112

113113
/** @hidden @internal */
114114
@ContentChildren(forwardRef(() => IgxSelectItemComponent), { descendants: true })

0 commit comments

Comments
 (0)