Open zhukovsergei opened 2 years ago
this issue help you? https://github.com/darrenjennings/vue-autosuggest/issues/156
<vue-autosuggest
:key="4"
Add a key prop to your vue-autosuggest
instances, looked everywhere and this finally seems to work. This is added to the documentation but it doesn't stand out.
Code demo here: https://codesandbox.io/s/vueautosuggest-multiple-vue-autosuggests-545ee?file=/AutosuggestInstance.vue
vue-autosuggest
version:node
version: v17.4.0npm
(oryarn
) version: 8.3.1Relevant code or config
What you did: I'm select the value and success redirect.
What happened: After first redirect current value is reset. OK
Problem description: When i'm search the second or the third times, i'm successfully redirected BUT clean current field doesn't work. VUE debugger shows this.currentValue is empty. But on the render i'm still see it:
Any ideas?