Open JohnDotOwl opened 2 years ago
I'm looking at Debouncing searchbox
Ref : https://issueantenna.com/repo/meilisearch/instant-meilisearch/issues/644
Hey @rainbowhat sorry for the delay in my answer. This issue has been discussed and solved here https://github.com/meilisearch/instant-meilisearch/issues/644
I hope it helps you out
Re-opening because it is asked to much! Even if it is not linked to instant-meilisearch it might help user understand faster how to solve the issue.
Here is an example with Vue3 of the debouncer method of algolia:
https://codesandbox.io/s/ms-vue3-is-0293zk?file=/src/App.vue
When i try to type fast, it would automatically snapback and cancel my typing and replace the text with what the server respond with. I'm not sure where to look into as my configuration are almost identical to the demo located here https://codesandbox.io/s/ms-vue-is-1d6bi?fontsize=14&hidenavigation=1&theme=dark&file=/src/App.vue
I don't have other JS files, so i don't think it's conflicting with others. I've tried disabling my alphine.js which i usefor tailwind ui stack but still face the same issue.
https://user-images.githubusercontent.com/3077812/167795636-2d3d5868-956c-4197-b127-d71e5a748728.mov
app.js
package.json
NPM install