File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
projects/igniteui-angular/src/lib/select Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 ">
2
2
< ng-container ngProjectAs ="[igxLabel] ">
3
3
< ng-content select ="[igxLabel] "> </ ng-content >
4
4
</ ng-container >
5
5
< ng-container ngProjectAs ="igx-prefix ">
6
6
< ng-content select ="igx-prefix,[igxPrefix] "> </ ng-content >
7
7
</ ng-container >
8
8
< input #input class ="input " type ="text " igxInput [igxSelectItemNavigation] ="this "
9
+ [disabled] ="disabled "
9
10
readonly ="true "
10
11
[attr.placeholder] ="this.placeholder "
11
12
[value] ="this.selectionValue "
You can’t perform that action at this time.
0 commit comments