Skip to content

Commit

Permalink
fix: correctly show no entries found message when no options are avai…
Browse files Browse the repository at this point in the history
…lable initially (#241)

* fix: correctly show no entries found message when no options are available initially

fixes #239

* fixup! fix: correctly show no entries found message when no options are available initially

* fixup! fix: correctly show no entries found message when no options are available initially
  • Loading branch information
macjohnny authored Jul 10, 2020
1 parent 31cd896 commit c42136b
Show file tree
Hide file tree
Showing 7 changed files with 929 additions and 1,013 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog


## 3.0.1
* Fix: correctly show no entries found message when no options are available initially (e.g. in server-side search)
[#239](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/239)

Thanks to @Arjun-1r for reporting

## 3.0.0
* Fix: prevent scrolling to first option if option does not change (e.g. with infinity scrolling) [#200](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/200)

Expand Down
Loading

0 comments on commit c42136b

Please sign in to comment.