- 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.
- 龍芯應用開發標準教程
- 施耐德SoMachine控制器應用及編程指南
- 電腦組裝、維護、維修全能一本通(全彩版)
- VCD、DVD原理與維修
- BeagleBone Robotic Projects
- 筆記本電腦維修實踐教程
- 深入理解序列化與反序列化
- VMware Workstation:No Experience Necessary
- Internet of Things Projects with ESP32
- 數字媒體專業英語(第2版)
- 電腦組裝與維護即時通
- 單片機項目設計教程
- USB應用開發寶典
- Deep Learning with Keras
- The Applied Artificial Intelligence Workshop