Referring to commit
d2564a0
This commit damages consistency in the calling code (attached event handlers references to the this.$input element) because it deletes the current $input element and attaches another similar element again. But similar in the context of object references is just not "equal" but "different". This commit is altogether evil.