vue-strap
vue-strap copied to clipboard
v2 Input errors when entering the same value twice
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.