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 77 </ ng-container >
88 < input #input class ="input " type ="text " igxInput [igxSelectItemNavigation] ="this "
99 readonly ="true "
10- [placeholder] ="this.placeholder "
10+ [attr. placeholder] ="this.placeholder "
1111 [value] ="this.selectionValue "
1212 role ="combobox "
1313 aria-haspopup ="listbox "
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export class IgxSelectComponent extends IgxDropDownComponent implements IgxSelec
118118 * An @Input property that sets input placeholder.
119119 *
120120 */
121- @Input ( ) public placeholder = '' ;
121+ @Input ( ) public placeholder ;
122122 /**
123123 * An @Input property that disables the `IgxSelectComponent`.
124124 * ```html
You can’t perform that action at this time.
0 commit comments