Tagged Questions
3
votes
3answers
78 views
Is there a standard way to indicate a suggestive search (autocomplete) in a wireframe form?
I'm designing an interface, and I'm currently creating a wireframe to guide me before developing it. I know that a particular form will make suggestions, but if I were to, say, get another developer ...
3
votes
2answers
92 views
UI patterns for data composition
More specifically, I would like to create an interface which
Takes input from one or multiple sources.
Makes it possible to process on these inputs
Provides a way to capture the output.
One way I ...
2
votes
1answer
277 views
What UI design pattern for choice between 2 actions comes to your mind?
My goal: find optimal UX/UI pattern.
Pattern's goal: give a user choice between two actions.
Simple example:
http://dribbble.com/shots/599154-Choose-Your-Option
Here is UX/UI pattern I implemented ...