Tagged Questions
2
votes
4answers
498 views
How to combine Suggestions with Filtering in a searchbox?
I got a textfield/combobox for typing a search string (or selecting a recent searchstring). The search results are presented in a list below the box.
I also got a textfield for filtering the list.
...
5
votes
5answers
878 views
Alternatives to dropdown list when possible results are not known
For quite some time I've been looking around the web for alternatives to a dropdown list in assignment of data (i.e., during data capture that will be saved, NOT when searching for some data).
One ...