re-mdl
re-mdl copied to clipboard
Textfield cursor moves to end of line
Whenever the :model is used on a textfield, updating the text will move the cursor to the end of the line. The component needs to be updated, not completely re-rendered. This comes from a clash between using reactive views and mdls event driven updates.