gwendall/way.js

Bug: input cursor is moving when it should not

Closed this issue · 2 comments

I was checking out the demo and found a bug. When you're trying to add text not tothe end of the text filed, it switches focus to the end, forcing input to occur at the end.

Steps:
First I write something in the Name field, it works. Then I want to write something to the same field, this time not to the end of it, but to the begging (or in the middle). I can type one symbol where I want it to be, but after that input cursor is moved to the end of the exising string and any successive symbols go to the end.

Fixed here: 7c0494d. Thanks!

Nice :)