We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6ebc7 commit 17b6309Copy full SHA for 17b6309
projects/igniteui-angular/src/lib/select/select-item.component.ts
@@ -9,7 +9,7 @@ export class IgxSelectItemComponent extends IgxDropDownItemComponent implements
9
10
/** @hidden @internal */
11
public get itemText() {
12
- return this.elementRef.nativeElement.innerText.trim();
+ return this.elementRef.nativeElement.textContent.trim();
13
}
14
15
/**
0 commit comments