Skip to content
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

[Feature Request] Ability to get Masked String #1

Closed
TurKurT656 opened this issue Jun 3, 2016 · 1 comment
Closed

[Feature Request] Ability to get Masked String #1

TurKurT656 opened this issue Jun 3, 2016 · 1 comment

Comments

@TurKurT656
Copy link

TnQ for this library.

can u add the ability of getText().toMaskedString(); to get the masked string?

@VicMikhailau
Copy link
Owner

VicMikhailau commented Jun 4, 2016

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants