VMaskTextField
VMaskTextField copied to clipboard
raw property always returns nil
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...
Exactly... How to get the raw string?