Skip to content

Commit 0d6b118

Browse files
authored
Merge branch 'master' into dkamburov/row-pin-hiding
2 parents 1b8d260 + 1ef0d46 commit 0d6b118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<igx-input-group #inputGroup class="input-group" [disabled]="disabled" (click)="toggle()" [type]="type" [displayDensity]="displayDensity">
1+
<igx-input-group #inputGroup class="input-group" (click)="toggle()" [type]="type" [displayDensity]="displayDensity">
22
<ng-container ngProjectAs="[igxLabel]">
33
<ng-content select="[igxLabel]"></ng-content>
44
</ng-container>
55
<ng-container ngProjectAs="igx-prefix">
66
<ng-content select="igx-prefix,[igxPrefix]"></ng-content>
77
</ng-container>
88
<input #input class="input" type="text" igxInput [igxSelectItemNavigation]="this"
9+
[disabled]="disabled"
910
readonly="true"
1011
[attr.placeholder]="this.placeholder"
1112
[value]="this.selectionValue"

0 commit comments

Comments
 (0)