Hi all, I am experiencing a issue in instant searc...
# community-help
n
Hi all, I am experiencing a issue in instant search vue. When I enter a letter in the search bar little fast, it get override by the UI. But if I search little slow it works without any problem.
e
@Nasim are you using a component library like Vuetify or Element for the input? I had similar issues with some library component. It was not typesense related, but probably a bug in the library component or a misconfiguration of it.
n
No, I am not using any library like that. I am using
vue instant search
for typesense
j
@Nasim I've seen this issue on some old versions of instantsearch. Could you try upgrading to the latest version?
👀 1
n
I am using latest version. It didn't resolve the issue. Tried with previous version too, but it didn't solve them.
Update: Using debounced search input field solved the issue.