Tagged Questions
1
vote
2answers
57 views
List data segmentation
The interaction is like this:
The user is trying to find an employee's name in a very long list sorted alphabetically. He/she only knows the employee's name starts with an "F". How to design the ...