KazanExpress / vue-simple-suggest

Feature-rich autocomplete component for Vue.js
https://kazanexpress.github.io/vue-simple-suggest/
MIT License
461 stars 74 forks source link

Input reset on blur #323

Open MoZayani97 opened 4 years ago

MoZayani97 commented 4 years ago

I'm submitting a ...

What is the current behavior?

Input goes back to what it was before suggestion

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

I type an address, select a suggested address then click away. The input value resets to the value before suggestion

What is the expected behavior?

The input value stays with the suggested value

How are you importing Vue-simple-suggest?

Please tell us about your environment:

kaskar2008 commented 4 years ago

Hello @MoZayani97

Thank you for informing, just noticed this behaviour too. Will try to find the problem.