edittext-mask icon indicating copy to clipboard operation
edittext-mask copied to clipboard

The custom mask for EditText. The solution for masked edit text input phone numbers, SSN, and so on for Android

Results 41 edittext-mask issues
Sort by recently updated
recently updated
newest added

My project on kotlin is why I get mistakes. Please make your code on kotlin

Hey everyone! 👋🏻 Please, until you forget, **right now, put 👀 emoji on this message**. So I'd know that at least anyone read it/clicked on the announcement :-D

Hello. Thank you for your library! I need multiple format phones: +7 999 999 99 99 +49 176 1111111111 +1 111-111-1111 And etc. For all countries. How to implement it?

With the news that JCenter will be winding down its public repository (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/), would you consider migrating the artifacts to be available through an alternate source? Couple of options: -...

Hi, In order to remove Jetifier from my build scripts, this is one of the last utilities that includes the old android.support libraries. Can you please make a version based...

Can't work without AttributeSet: NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()'

`MaskedEditText(context).apply { setMask(mask) }` > Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference > at br.com.sapereaude.maskedEditText.MaskedEditText.generatePositionArrays(MaskedEditText.java:205) I trying run this code and getting...

When I click on "done" button on keyboard, the keyboard doesn't close. ``` ```

fixed