Fix mat select search errors
Mat select search wants a mat-option now
This commit is contained in:
parent
a94ce67c22
commit
25878f297f
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user