re-mdl icon indicating copy to clipboard operation
re-mdl copied to clipboard

Textfield cursor moves to end of line

Open bsboiko opened this issue 8 years ago • 0 comments

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.

bsboiko avatar Apr 10 '17 16:04 bsboiko