egslava / edittext-mask

The custom mask for EditText. The solution for masked edit text input phone numbers, SSN, and so on for Android
MIT License
475 stars 124 forks source link

keyboard layout is reset after each character #41

Open vlad-anotap opened 6 years ago

vlad-anotap commented 6 years ago

I am using this lib to enter the MAC address, which format is ##:##:##:##:##:##, and should accept 1234567890ABCDEF char set. The problem is when switching to the digits keyboard, after pressing a digit, it resets keyboard layout to a regular again.

anas-iqbal commented 6 years ago

set input type to phone number, worked for me

egslava commented 5 years ago

So, have you solved it (I believe, I have to document the solution)?