Google have updated android keyboard to v5 which automatically shows a number bar when you enter a password field.
Is there a way to trigger this number bar to appear from non-password fields? It would be very useful to trigger on fields that require e.g. a zip/postal code to be entered.
e.g.
<input type="text" name="postcode" number-bar>
?
You have to set the type to number
<input type="number" >
https://jsfiddle.net/z5g94c67/
Type=text does both ( at least on a samsung note 5 )