How to set inputType numberPassword
ashfaqueahmed opened this issue · 2 comments
ashfaqueahmed commented
I want to set android:inputType="numberPassword"
in xml but it's not working. Any help would be appreciated.
aabhasr1 commented
Hi
the default is type number hardcoded at code.
I'll look into converting it for other formats.
Shrikant-B commented
Since OtpView takes number as input by default, you can make user of app:hide_otp=true|false
attribute to show or hide number.