Most devs don’t know this exists.
✔ Example
<input type="text" inputmode="numeric" />
This forces numeric keyboard on mobile — even though type is text.
Also supports:
-
decimal
-
email
-
search
-
tel
-
url
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Most devs don’t know this exists.
<input type="text" inputmode="numeric" />
This forces numeric keyboard on mobile — even though type is text.
Also supports:
decimal
search
tel
url