Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DYN-6739 Regression Typing Fast in Search
When typing fast in the TextSearch box was getting wrong results or the results were not in the same order than Dynamo InCanvasSearch, It was happening due that we are implementing the React Debounce pattern (this patters allows the user to continue typing while we are searching ) but we were missing to update the results immediately after getting the results so I added a call to this.updateSearchViewDelayed() method immediately after getting the results.
- Loading branch information