Fix mat select search errors

Mat select search wants a mat-option now
This commit is contained in:
Sean 2020-10-02 15:27:30 +02:00
parent a94ce67c22
commit 25878f297f
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
[panelClass]="{ 'os-search-value-selector': multiple }"
[errorStateMatcher]="errorStateMatcher"
>
<ngx-mat-select-search [formControl]="searchValue"></ngx-mat-select-search>
<mat-option>
<ngx-mat-select-search [formControl]="searchValue"></ngx-mat-select-search>
</mat-option>
<ng-container *ngIf="multiple && showChips">
<div #chipPlaceholder>
<div class="os-search-value-selector-chip-container" [style.width]="width">