File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/igniteui-angular/src/lib/select Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
</ ng-container >
8
8
< input #input class ="input " type ="text " igxInput [igxSelectItemNavigation] ="this "
9
9
readonly ="true "
10
- [placeholder] ="this.placeholder "
10
+ [attr. placeholder] ="this.placeholder "
11
11
[value] ="this.selectionValue "
12
12
role ="combobox "
13
13
aria-haspopup ="listbox "
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export class IgxSelectComponent extends IgxDropDownComponent implements IgxSelec
118
118
* An @Input property that sets input placeholder.
119
119
*
120
120
*/
121
- @Input ( ) public placeholder = '' ;
121
+ @Input ( ) public placeholder ;
122
122
/**
123
123
* An @Input property that disables the `IgxSelectComponent`.
124
124
* ```html
You can’t perform that action at this time.
0 commit comments