-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
virtual scroll example 8 issue #253
Comments
you can prevent resetting the options to the initial list by
I will update the example |
macjohnny
added a commit
that referenced
this issue
Aug 12, 2020
macjohnny
added a commit
to bithost-gmbh/ngx-mat-select-search-example
that referenced
this issue
Aug 12, 2020
macjohnny
added a commit
that referenced
this issue
Aug 12, 2020
@NitinMagdum Thanks for reporting this issue |
unfortunately, #254 broke the search functionality, so I will fix the example |
macjohnny
added a commit
that referenced
this issue
Aug 12, 2020
…not available in the initial batch #253
macjohnny
added a commit
that referenced
this issue
Aug 12, 2020
…not available in the initial batch #253
macjohnny
added a commit
that referenced
this issue
Sep 8, 2020
…not available in the initial batch (#255) * fix: infinity scrolling not working correctly when selecting a value not available in the initial batch #253 * fixup! fix: infinity scrolling not working correctly when selecting a value not available in the initial batch * fixup! fix: infinity scrolling not working correctly when selecting a value not available in the initial batch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i am using this plugin for infinite scroll and search functionality but facing one issue
https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example?spm=a2c6h.14275010.0.0.4843743e0qwXH3&file=src%2Fapp%2Fapp.component.html
how to reproduce the issue
1 - click select box scroll for some time select a value remove focus from select by clicking outside the box
2 - then again click on select box dont do anything click outside the existing selected value is not getting attached to the box
verify the behavior with single selection example 1, here its working correctly after above step 2 the selected value in step 1 will be remain selected in the box
The text was updated successfully, but these errors were encountered: