Skip to content

Commit

Permalink
fix: Not found text is not used for custom tags #234 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
evxn authored and varnastadeus committed Feb 5, 2018
1 parent 7daf964 commit fbd5f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng-select/ng-select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>
</ng-select-virtual-scroll>

<div class="ng-select-dropdown" *ngIf="showNoItemsFound() && !addTag">
<div class="ng-select-dropdown" *ngIf="showNoItemsFound() && !showAddTag()">
<div class="ng-option disabled">
{{notFoundText}}
</div>
Expand Down

0 comments on commit fbd5f5c

Please sign in to comment.