BioPhoton / angular-formatter-parser

Angular Formatter Parser - The AngularJS Port - Easy to implement and elegant to use it also provides the possibility to register custom transform functions.
https://github.com/BioPhoton/angular-formatter-parser
MIT License
50 stars 7 forks source link

Cursor jumps to end if value gets reformatted #4

Open BioPhoton opened 7 years ago

BioPhoton commented 7 years ago

After a format of the value the cursor jumps to the end. It should stay at the position where i edit the text.

Tukks commented 6 years ago

the caret go to the end of the Input everytime I fill it. When do you think you can fix it? The directive is great, I love this directive, I just need this correction for production. Thank you.