We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e74953 commit 432aa58Copy full SHA for 432aa58
projects/igniteui-angular/src/lib/select/select.component.ts
@@ -108,7 +108,7 @@ export class IgxSelectComponent extends IgxDropDownComponent implements IgxSelec
108
@ViewChild('input', { read: IgxInputDirective, static: true }) public input: IgxInputDirective;
109
110
/** @hidden @internal */
111
- @ContentChild(IgxHintDirective, { read: ElementRef }) hintElement: ElementRef;
+ @ContentChild(IgxHintDirective, { read: ElementRef }) private hintElement: ElementRef;
112
113
114
@ContentChildren(forwardRef(() => IgxSelectItemComponent), { descendants: true })
0 commit comments