- 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.
- 用“芯”探核:龍芯派開發實戰
- 筆記本電腦使用、維護與故障排除實戰
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 基于ARM的嵌入式系統和物聯網開發
- 單片機系統設計與開發教程
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- FL Studio Cookbook
- 3D Printing Blueprints
- Arduino項目案例:游戲開發
- Raspberry Pi Home Automation with Arduino
- Corona SDK Mobile Game Development:Beginner's Guide
- 分布式存儲系統:核心技術、系統實現與Go項目實戰