Masked-Edittext icon indicating copy to clipboard operation
Masked-Edittext copied to clipboard

Android library contain custom realisation of EditText component for masking and formatting input text

Results 17 Masked-Edittext issues
Sort by recently updated
recently updated
newest added

Hi, Please provide the `maskedText` property for supporting Android Data Binding. Currently setting `android:text` causes exception.

bug

For example from my app: At runtime i can enter . , : spaces. And i can enter N, S symbols from keyboard at genymotion emulator runtime.

bug

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.

bug

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

bug
enhancement

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

bug

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