We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I figured that the raw property would return the value of the textfield without the mask, but not only it doesn't do that, it always returns nil.
I checked the code, and raw is never actually used other than inside the rawTo methods, but those always return 0 as well...
The text was updated successfully, but these errors were encountered:
Exactly... How to get the raw string?
Sorry, something went wrong.
raw
No branches or pull requests
I figured that the raw property would return the value of the textfield without the mask, but not only it doesn't do that, it always returns nil.
I checked the code, and raw is never actually used other than inside the rawTo methods, but those always return 0 as well...
The text was updated successfully, but these errors were encountered: