-
-
Notifications
You must be signed in to change notification settings - Fork 132
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: multiselect loading from server deselects all #339
Comments
we can solve the issue partially, by only showing options that are not in the filtered results stackblitz
it's still an issue when you deselect all, it will also deselect the options that aren't included in the filtered results. Originally posted by @MoishyS in #311 (comment) |
ok, was able to solve it, by only showing the options if search ctrl is empty stackblitz
also need to remove my question is, if this is the right way to fix, or do we have a better solution? Originally posted by @MoishyS in #311 (comment) |
we can base it on |
@MoishyS so do you have a suggestion how to improve the example? |
|
@MoishyS thanks for your suggestions. do you want to implement the changes you suggested? |
Hi @macjohnny I can build a server side searching component if other guy not working on it |
@mohammadaliez sure |
Another issue when using multi-select, when you deselect the last one from filtered results, it will deselect all, included previous selected values stackblitz
adding the invisible option solves it, but causes a different issue with ctrl+a. instead of deselecting all (after selecting all) it selects all again.
Originally posted by @MoishyS in #311 (comment)
The text was updated successfully, but these errors were encountered: