We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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. .
The text was updated successfully, but these errors were encountered:
Fix: Improve Search Filter shyamtawli#142
71b4302
I have improve the fix filter checkout this branch add-search-filter.
Sorry, something went wrong.
Please see the PR: #218 , that uses debounce feature, that searches efficiently, without any unnecessary re-renders on key-press.
PR: #200
No branches or pull requests
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.
.
The text was updated successfully, but these errors were encountered: