Then for now, I would not use live binding for that case, but add attribute change handler that will update input value if not focused, something like that:
BTW:
if you use input event in IE it will not catch changes when you delete symbols. So you should use keydown.