File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
projects/igniteui-angular/src/lib/combo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 < ng-container ngProjectAs ="igx-hint, [igxHint] ">
2525 < ng-content select ="igx-hint, [igxHint] "> </ ng-content >
2626 </ ng-container >
27- < input igxInput #comboInput name ="comboInput " type ="text " [value] ="value " readonly [placeholder] ="placeholder "
27+ < input igxInput #comboInput name ="comboInput " type ="text " [value] ="value " readonly [attr. placeholder] ="placeholder "
2828 [disabled] ="disabled " (blur) ="onBlur() " />
2929 < ng-container ngProjectAs ="igx-suffix ">
3030 < ng-content select ="igx-suffix "> </ ng-content >
4747 < igx-input-group *ngIf ="displaySearchInput " [displayDensity] ="displayDensity " class ="igx-combo__search ">
4848 < input class ="igx-combo-input " igxInput #searchInput name ="searchInput " autocomplete ="off " type ="text "
4949 [(ngModel)] ="searchValue " (ngModelChange) ="handleInputChange($event) " (keyup) ="handleKeyUp($event) "
50- (keydown) ="handleKeyDown($event) " (focus) ="dropdown.onBlur($event) " [placeholder] ="searchPlaceholder "
50+ (keydown) ="handleKeyDown($event) " (focus) ="dropdown.onBlur($event) " [attr. placeholder] ="searchPlaceholder "
5151 aria-autocomplete ="both " [attr.aria-owns] ="dropdown.id " [attr.aria-labelledby] ="ariaLabelledBy " />
5252 </ igx-input-group >
5353 < ng-container *ngTemplateOutlet ="headerTemplate ">
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ export class IgxComboComponent extends DisplayDensityBase implements IgxComboBas
670670 * ```
671671 */
672672 @Input ( )
673- public placeholder = '' ;
673+ public placeholder ;
674674
675675 /**
676676 * @hidden @internal
You can’t perform that action at this time.
0 commit comments