Tagged Questions
8
votes
4answers
143 views
Amount of Time To Determine a User Has Stopped Typing
I have a filter form for a list. One of the fields is a text search field. When a user types in the field, I wait until the user has stopped typing for a half second (500 milliseconds), and then ...
17
votes
3answers
1k views
Guidelines for autocomplete widgets
What guidelines exist when working with autocomplete widgets? I'm hoping for general guidelines that apply across different application types: web, desktop, and mobile.
A response to a Search as you ...