-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backspace are not working correctly #264
Comments
sjwen98
changed the title
Backspace are not working properly
Backspace are not working correctly
Feb 12, 2020
Hi, Please add this line
To below this lines.
Result
And change these lines (startPos -= 1; to startPos -= 0;)
to
|
Gracias, funciona |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unable to delete when click on backspace, but only work if the amount is more than thousand, and also if the last digit is not zero.
Example:
update:
if adding prefix or suffix, it will work properly
but i don't want put any prefix and suffix
The text was updated successfully, but these errors were encountered: