- 101 UX Principles
- Will Grant
- 191字
- 2021-07-16 18:02:38
Chapter #11. Search Should be a Text Field with a Button Labeled "Search"
Search has, over the years, been over-designed. One common anti-pattern is hiding search behind a control to activate it. Slowing the user down and adding an extra step might remove an input field from your view but at the expense of familiarity.
If you're offering your users a search function, then show them a text field with a search button. If you're using an icon, then use a "magnifying glass" icon. This is the archetype and using anything else makes no sense anymore.

The "gold standard"
On a mobile phone screen, there may not be enough space to always show the search field, but I'd still encourage you to evaluate if you can. Tucking the search field into the top of a scrolling view can work well:

Search at the top of a list view only appears when "pulled down"
Bonus points: when the user taps the Search tab in a mobile app, show the search view, move the cursor to the search field and show the device keyboard for them.
- Aftershot Pro:Non-destructive photo editing and management
- ATmega16單片機(jī)項(xiàng)目驅(qū)動(dòng)教程
- Getting Started with Qt 5
- Manage Partitions with GParted How-to
- 分布式微服務(wù)架構(gòu):原理與實(shí)戰(zhàn)
- SiFive 經(jīng)典RISC-V FE310微控制器原理與實(shí)踐
- BeagleBone Robotic Projects
- 單片機(jī)項(xiàng)目設(shè)計(jì)教程
- Advanced Machine Learning with R
- 零基礎(chǔ)輕松學(xué)修電腦主板
- 嵌入式系統(tǒng)原理:基于Arm Cortex-M微控制器體系
- Exceptional C++:47個(gè)C++工程難題、編程問題和解決方案(中文版)
- USB 3.0編程寶典
- Spring Cloud微服務(wù)架構(gòu)開發(fā)
- Windows Presentation Foundation 4.5 Cookbook