You may have noticed that the password field bugs out when deleting the last visible dot. Misstyped passwords cost a lot of time this way. I've found that it seems the issue is related to the display of the password dots. So if I make it a plain text field it works. There are css styles to make a plain text field display the dots, but then it bugs again. So instead I now use this: <input class="input_text" style="font-size: 1px; height: 20px;" data-bind="value: password" /> works Too lazy to package a mod, but this may be useful to some people.
Well it is an ugly hack sorta, because the font size 1 is not the same as the full password field. It's unreadable and save to stream though.