Finger-friendly numerical inputs with `inputmode`
Forms are often a nightmare on mobile. We can make the process as pain-free as possible by reacting to context. Input fields that expect numerical values should have a numerical UI. Bringing up a number keyboard on small screens is easy on most platforms — just use a <input type="number">.
This big button numeric keyboard is finger-friendly and will help prevent users bouncing from your form in frustration. However, type="number" isn’t appropriate for all numbers.
On …
The post Finger-friendly numerical inputs with `inputmode` appeared first on CSS-Tricks.




