- 101 UX Principles
- Will Grant
- 164字
- 2021-07-16 18:02:39
Chapter #13. Use Numeric Entry Fields for Precise Integers
If you're trying to get an integer (a whole number) from a user—for example the number of widgets they want to order or the number of days an event runs for—it makes no sense to offer them a free text input field where they can enter "a few" or ""A numeric entry field in HTML is:
<input type="number">
This will display slightly differently on different devicesand that's the whole point. By adapting to the control system of the client's device, the user gets simpler entry and makes fewer mistakes. You also get fewer emoji in your database.
Of course, a huge benefit here is that this will improve your form conversion rates, by giving users on both desktop and mobile a quick, painless way to enter numbers into forms. Users abandon forms because they're too long, ask for too many details or because it's difficult to enter information into the form.
- ATmega16單片機項目驅動教程
- Applied Unsupervised Learning with R
- 電腦組裝、維護、維修全能一本通(全彩版)
- 現代辦公設備使用與維護
- 單片機原理及應用系統設計
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- 計算機組裝與維修技術
- 計算機組裝與維護(第3版)
- Building 3D Models with modo 701
- Neural Network Programming with Java(Second Edition)
- STM32自學筆記
- 單片機原理與技能訓練
- 計算機電路基礎(第2版)
- Instant Website Touch Integration
- Drupal Rules How-to