input-mask-android icon indicating copy to clipboard operation
input-mask-android copied to clipboard

User input masking library repo.

Results 19 input-mask-android issues
Sort by recently updated
recently updated
newest added

We have an input which waits credit card number. User could enter numbers by himself, like `1234 1234 1234 1234` But he also may choose already entered cards from the...

@taflanidi, FYI, we've added DNS record to be able to use `com.redmadrobot` package on jitpack.io So, input-mask can be accessed by [com.redmadrobot:input-mask-android](https://jitpack.io/#com.redmadrobot/input-mask-android) coordinates

### Describe the bug Hello, I have a problem with switching keyboard during typing. When I switch input type from InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS to InputType.TYPE_CLASS_NUMBER I am getting an error IndexOutOfBoundsException. I...

circumstances clarification

### Describe the bug В общем и целом есть две маски, одна на 10 символов, вторая больше. "[0] [000] [000] [000]" "[00] [000] [000] [000] [000] [000]" Есть необходимость, чтобы...

Hello! I have setHint as +998, when user enters numbers and deletes it, the following error is shown: ![Untitled](https://user-images.githubusercontent.com/55977790/145526075-399d5d02-19f2-47ed-9bdc-e715e21ad662.png)

I have a phone number mask like this: +555 [00] [000] [00] [00] User wants to paste the number in full national format, for example "+555123456789" The expected input after...

circumstances clarification

### Where On wiki [page](https://github.com/RedMadRobot/input-mask-android/wiki/Quick-Start#simple-edittext-for-phone-numbers) described following code: ` android:digits="1234567890+-() " ` ### Describe the bug It's a common practice to extract stuff such as **digits** to strings.xml. The problem...

enhancement
add known issue

In some cases I need non-removable prefix. Add this feature, please :)

enhancement

### Prerequisites * [x] Put an `X` between the brackets on this line if you have done all of the following: * read our [Wiki](https://github.com/RedMadRobot/input-mask-android/wiki); * read the entire [Known...

circumstances clarification

### Describe the bug I am trying to add currency into RTL mask. The code is following: `val listener = MaskedTextChangedListener( "Rp [000].[000].[000]", true,monthlyInstallment.editText!!, null,null) listener.rightToLeft = true` It is...