File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/combo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 [labelledBy] ="ariaLabelledBy || label?.id || placeholder || '' "
3636 [width] ="itemsWidth || '100%' " (opening) ="handleOpening($event) " (closing) ="handleClosing($event) "
3737 (opened) ="handleOpened() " (closed) ="handleClosed() ">
38- < div class ="igx-combo__search ">
39- < igx-input-group *ngIf =" displaySearchInput " >
38+ < div class ="igx-combo__search " *ngIf =" displaySearchInput " >
39+ < igx-input-group >
4040 < input igxInput #searchInput name ="searchInput " autocomplete ="off " type ="text "
4141 [(ngModel)] ="searchValue " (ngModelChange) ="handleInputChange($event) " (keyup) ="handleKeyUp($event) "
4242 (keydown) ="handleKeyDown($event) " (focus) ="dropdown.onBlur($event) " [attr.placeholder] ="getSearchPlaceholderText() "
You can’t perform that action at this time.
0 commit comments