Skip to content
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

Fix: Improve Search Filter #142

Closed
PrasannaKumarBhursu opened this issue May 10, 2023 · 3 comments
Closed

Fix: Improve Search Filter #142

PrasannaKumarBhursu opened this issue May 10, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@PrasannaKumarBhursu
Copy link
Contributor

PrasannaKumarBhursu commented May 10, 2023

Real Time search filter

Current behavior :

Currently ,the filteration of developer is happening after the user press the enter key only.

Expected behavior :

It would be good if we filter the developers on key down itself (real time) , with out need of enter key use.
.

@shyamtawli shyamtawli added the enhancement New feature or request label May 12, 2023
ThienBNguyen added a commit to ThienBNguyen/devFind that referenced this issue May 16, 2023
@ThienBNguyen
Copy link
Contributor

I have improve the fix filter checkout this branch add-search-filter.

@07prajwal2000
Copy link
Contributor

Please see the PR: #218 , that uses debounce feature, that searches efficiently, without any unnecessary re-renders on key-press.

@shyamtawli
Copy link
Owner

PR: #200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants