-
Notifications
You must be signed in to change notification settings - Fork 157
ais-search-box failed to complete words & clear input in vue-instantsearch@4.3.0 #1096
Comments
I'm not sure what causes Vue InstantSearch to install the non-latest version of InstantSearch.js, but in the latest version we just fixed a bug there: algolia/instantsearch#4990 Here's a sandbox showing if you force the latest version of InstantSearch.js, the search box behaves naturally: https://codesandbox.io/s/still-wave-hrof5?file=/package.json I'll update the dependency to require at least that version. |
This should no longer happen with version 4.3.1 of Vue InstantSearch, thanks for the report |
Wow, I've been struggling with that for some time (the search box does not clear up). Thanks!! |
@pablo-guelu, don't hesitate opening an issue with reproduction so we can fix these issues! |
Using the latest version but it didn't resolve it! Still getting the same issue! |
Bug 🐞
What is the current behavior?
ais-search-box can not complete word typed in searchbox & clear input button does not work
Make a sandbox with the current behavior
Here is the sandbox: https://codesandbox.io/s/eager-lake-5ohhq
What is the expected behavior?
ais-search-box can complete word normally & clear input button should work
Does this happen only in specific situations?
When using vue-instantsearch@4.3.0 at any version of vue
What is the proposed solution?
What is the version you are using?
vue-instantsearch@4.3.0
The text was updated successfully, but these errors were encountered: