-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Can't update component value in the adapater #166
Comments
hi, |
@jasonbosco hello, can we have a hint for this issue please ? |
@guillaumetch Your question is technically unrelated to how typesense-instantsearch-adapter functions and more of a Vue question. While I'm familiar with Vue (definitely not an expert), I'm not sure why the standard Vue |
@ibasaw I just stumbled on this thread, may be this helps: algolia/vue-instantsearch#717 (comment) |
Description
Hi, I currently facing an issue using the adapter with VueJs.
I have a vue slider component (https://www.npmjs.com/package/vue-slider-component) and others in my Vue.
I need to update to value of vue slider component after mounted to trigger a search but I can't the component in the mounted() method
Steps to reproduce
Here is my code
Expected Behavior
Update the vue slider component value to trigger the search
Actual Behavior
In the mounted() method, I try to access my component but I got
My Vue slider component code
Metadata
Typesense Version:
0.23.1
OS:
Ubuntu 22.04.1 LTS 64 bit
The text was updated successfully, but these errors were encountered: