VicMikhailau / MaskedEditText

It allows you to add a mask to EditText
Apache License 2.0
286 stars 51 forks source link

[Feature Request] Ability to get Masked String #1

Closed TurKurT656 closed 8 years ago

TurKurT656 commented 8 years ago

TnQ for this library.

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

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