vue-simple-suggest icon indicating copy to clipboard operation
vue-simple-suggest copied to clipboard

Input reset on blur

Open MoZayani97 opened this issue 4 years ago • 1 comments

I'm submitting a ...

  • [x] bug report
  • [ ] feature request
  • [ ] support request

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?

  • [ ] ESNext (original code, single-file .vue component, css included) (import VueSimpleSuggest from 'vue-simple-suggest/lib')
  • [x] ES6 (import VueSimpleSuggest from 'vue-simple-suggest')
  • [ ] ES7 and above (import VueSimpleSuggest from 'vue-simple-suggest/dist/es7')
  • [ ] Bundled version (import VueSimpleSuggest from 'vue-simple-suggest')
  • [ ] CommonJS (const VueSimpleSuggest = require('vue-simple-suggest'))
  • [ ] UMD Component (<script type="text/javascript" src="https://unpkg.com/vue-simple-suggest"></script>)

Please tell us about your environment:

  • Vue.js Version: 2.5.0
  • Vue-simple-suggest version: 1.7.0
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Language: [all | TypeScript X.X | ES6/7 | ES5 | Dart]
  • Other information : Happens only in production ezgif com-crop (1)

MoZayani97 avatar Jun 17 '20 17:06 MoZayani97

Hello @MoZayani97

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

kaskar2008 avatar Jun 23 '20 06:06 kaskar2008