-
Notifications
You must be signed in to change notification settings - Fork 75
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
Failed to delete character when mantissaLength = 0 #91
Comments
Hi!. Yes, I've just checked this without a trailing or leading symbol. There is a bug |
I am able to reproduce it using the latest version.
|
fixed in version 2.7.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I want to implement a simple thousands formatter without any decimal place using
CurrencyInputFormatter(mantissaLength: 0)
. But then, character can no longer be removed from text field. Any solution to this?The text was updated successfully, but these errors were encountered: