Merge pull request #5604 from tsiegleauq/select-search-throws-errors
Fix mat select search errors
This commit is contained in:
commit
2ca157bb7c
@ -4,7 +4,9 @@
|
|||||||
[panelClass]="{ 'os-search-value-selector': multiple }"
|
[panelClass]="{ 'os-search-value-selector': multiple }"
|
||||||
[errorStateMatcher]="errorStateMatcher"
|
[errorStateMatcher]="errorStateMatcher"
|
||||||
>
|
>
|
||||||
|
<mat-option>
|
||||||
<ngx-mat-select-search [formControl]="searchValue"></ngx-mat-select-search>
|
<ngx-mat-select-search [formControl]="searchValue"></ngx-mat-select-search>
|
||||||
|
</mat-option>
|
||||||
<ng-container *ngIf="multiple && showChips">
|
<ng-container *ngIf="multiple && showChips">
|
||||||
<div #chipPlaceholder>
|
<div #chipPlaceholder>
|
||||||
<div class="os-search-value-selector-chip-container" [style.width]="width">
|
<div class="os-search-value-selector-chip-container" [style.width]="width">
|
||||||
|
Loading…
Reference in New Issue
Block a user