Masked-Edittext
Masked-Edittext copied to clipboard
Android library contain custom realisation of EditText component for masking and formatting input text
Hi, Please provide the `maskedText` property for supporting Android Data Binding. Currently setting `android:text` causes exception.
For example from my app: At runtime i can enter . , : spaces. And i can enter N, S symbols from keyboard at genymotion emulator runtime.
Set mask
I cant't set mask dynamically. Setting mask in xml with app attributes works fine. But defining edittext in xml and then setting mask through et.setMask("") doesnt work. Mask doesnt apepars.
Dears, When I use MaskedEditText with TextInputLayout the place holder text not is possible, when start activity, the field show the mask, not label for this field. Maybe update the...
There is crash when there is `MaskedEditText` in xml layout and _Don't keep Activities_ is checked in Phone settings. When i move App to background and come back, it crashes....
SetMaskedText is not displaying text when it does not have all the values of the mask for example I have the following value 99 and the mask (##) #### -...
Added the saripaar support