-
Notifications
You must be signed in to change notification settings - Fork 198
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
Duplicate values while filtering #337
Comments
I found a workaround: Seems to behave like your plunker setup just without the duplicate search results, will keep searching for the root cause. |
@gund This smells like a mathematical bug way above my skill level. |
Hi @thebf In my project , I have the following settings for muti select: multiSelectSettings: IMultiSelectSettings = { I need the searchMaxLimit as 30 since the dataset I have has 5000 records and the application only supported in IE 11 and above. Is there any other work around which I can use? Thanks, |
Hey @thebf, thanks for pointing out for the cause. It was quite crazy to nail down the root cause of the issue but long story short it turned out that each search pass was drifting the cache index (which is used to skip already searched area of the options list) and so on 3rd-4th letter you would start getting those dupes. The fix now is in PR, but you guys can pull it and test out if you want =) P.S. I tested the fix right in plunkr but who know what might have happened during copy-paste phase back to the project... Cheers |
Now try with v1.6.3 |
Thanks a lot team. This issue has been fixed in v1.6.3. |
Duplicate values are getting displayed while filtering the results.
Release: v1.6.2
Plnkr: https://plnkr.co/edit/4TLM3sLKHawfz3BJkM1W?p=preview
Kindly help in providing a fix/work around for this issue as this is a blocker for us.
Thanks,
Hari
The text was updated successfully, but these errors were encountered: