scottyab / showhidepasswordedittext

Show/Hide Password EditText is a very simple extension of Android's EditText that puts a clickable hide/show icon in the right hand side of the EditText that allows showing of the password.
Apache License 2.0
558 stars 83 forks source link

android:inputType="number" is not working on Marshamallow #18

Closed pawarlalit29 closed 8 years ago

pawarlalit29 commented 8 years ago

android:inputType="number" and android:digits="0123456789" is not working on Marshamallow

show some alphabetic keypad

scottyab commented 8 years ago

Thanks for reporting, i think this is related to #7

scottyab commented 8 years ago

Fixed in above commit and will be in 0.7 (also thanks for reporting this @pawarlalit29)

pawarlalit29 commented 8 years ago

thanks dude.. i forgot to told you , but we manage that library code, some following changes in ShowHidePasswordEditText.java file in last week ShowHidePasswordEditText.txt

scottyab commented 8 years ago

Hi, I'm not keen on the wrapping, catching and ignoring of the Exception within OnTouchEvent - but hey thanks for sharing