You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you place the cursor to a specific position other than the very start or end of the amount (and few other places), after entering an amount the cursor jumps to the very end instead of staying at the same position.
Here are few examples (the pipe represents the cursor):
0.0|0 -> Enter 1
Actual: 0.10|
Expected: 0.1|0
12.|34 -> Enter 5
Actual: 125.34|
Expected: 125|.34
1|23.45 -> Enter 6
Actual: 1,623.45|
Expected: 1,6|23.45
The text was updated successfully, but these errors were encountered:
@m-spyratos thanks for reporting this bug. In the next version this bug will be corrected with some improvements for performance and compatibilities as well.
If you place the cursor to a specific position other than the very start or end of the amount (and few other places), after entering an amount the cursor jumps to the very end instead of staying at the same position.
Here are few examples (the pipe represents the cursor):
0.0|0
-> Enter1
Actual:
0.10|
Expected:
0.1|0
12.|34
-> Enter5
Actual:
125.34|
Expected:
125|.34
1|23.45
-> Enter6
Actual:
1,623.45|
Expected:
1,6|23.45
The text was updated successfully, but these errors were encountered: