Closed TurKurT656 closed 8 years ago
Hello, Thanks!
Added ability to get unmasked text (text without mask) in 1.1.0 version.
- For getting unmasked text for MaskedEditText mEdtMaskedCustom just use mEdtMaskedCustom.getUnMaskedString().
- For getting unmasked text for default EditText with MaskedWatcher mMaskedWatcher just use mMaskedWatcher.getUnMaskedString().
TnQ for this library.
can u add the ability of
getText().toMaskedString();
to get the masked string?