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 ">
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 "
You can’t perform that action at this time.
0 commit comments