I am trying to make a password field with a numeric keyboard on a mobile application.
I use this line for the input :
<input type="password" id="password" data-i18n="[placeholder]app.login_verification"/>
When I switch the type to type="number" it shows the numeric keyboard but when I put something from keyboard it shows the numbers which I added. So I need to hide them like "****".
Anyone ?