Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

delete empty mat-option, #144

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import SelectComponent from 'formiojs/components/select/Select.js';
<div class="mat-option">
<input class="mat-input-element" placeholder="Type to search" (input)="onFilter($event.target.value)">
</div>
<mat-option></mat-option>
<mat-option *ngIf="!filteredOptionsLength" disabled>
<span>Nothing was found</span>
</mat-option>
Expand Down