-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] : Server side search NoEntriesfoundlabel not working fine always. #239
Labels
bug
Something isn't working
Comments
@Arjun-1r thanks for reporting. ngx-mat-select-search/src/app/mat-select-search/mat-select-search.component.ts Lines 343 to 349 in 8cf1cf5
not being invoked, since no options change when initially typing a keyword that leads to no results ngx-mat-select-search/src/app/mat-select-search/mat-select-search.component.ts Lines 306 to 310 in 8cf1cf5
|
macjohnny
added a commit
that referenced
this issue
Jul 10, 2020
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When we search the dropdown unknown value it is expected to show No search results found for the search as per NoEntriesfoundlabel. But it is not working 100%.
To Reproduce
See it in action at https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example
Expected behavior
No results found the label should be displayed.
Screenshots
Screenshot not needed. In the example itself, we can see.
Desktop (please complete the following information):
Additional context
Please solve this bug.
The text was updated successfully, but these errors were encountered: