You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: