kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

the wrong behavior when press backspace in v2.0.0-alpha.15 #141

Closed oliverzy closed 8 years ago

oliverzy commented 8 years ago

Hi,

I upgraded from alpha.9 to alpha.15, suddenly my all input control behave wrong when pressing backspace.

Reproduce Steps:

  1. Input a few characters
  2. Move the cursor to the middle
  3. Press backspace, you will see the cursor is mistakenly placed to the end of the input control
kazupon commented 8 years ago

Thanks for your reporting!

Can you provide the minimum reproduction codes (jsffidle, codepen, etc ...) please ?

kazupon commented 8 years ago

related #142