vue-strap icon indicating copy to clipboard operation
vue-strap copied to clipboard

v2 Input errors when entering the same value twice

Open tonypee opened this issue 8 years ago • 0 comments

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.

tonypee avatar Nov 29 '16 05:11 tonypee