Autocomplete involves the program predicting a word or phrase that the user wants to type in without the user actually typing it in completely
26
votes
7answers
699 views
When should you start autocompleting a search in autocomplete search field?
We're implementing an Autocomplete search field on a website we're working on. However the question arises:
At what point should you start showing the autocomplete results?
download bmml ...
10
votes
4answers
343 views
How to tell the user that an input box is autocomplete-enabled?
Is there a good graphical sign which tells the user that a particular field on the page is autocomplete enabled?
For instance, the field name says "Document author". When you start typing in that ...
14
votes
8answers
453 views
Is it ok to change the (US) address input field order in favor of a pre-fill feature?
I am working on an international site that requires the user to enter his postal address. I am wondering if it makes sense to have a slightly different order of input fields in favor of a time saving ...