yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 929 forks source link

v2 Input errors when entering the same value twice #423

Open tonypee opened 7 years ago

tonypee commented 7 years ago

repro:

I you type in the Input 'a' then click out, then select the a, then type 'a' again. you get an error.

the this.value is set to an Event object and you get an error on toLowerCase() as that expects a string.