Tagged Questions
1
vote
2answers
114 views
When should a select be replaced with a combobox?
I'm working with a site that is currently making heavy use of comboboxes. In fact, every select in the whole application is automatically turned into a combobox on page load.
My first inclination is ...
1
vote
1answer
168 views
Is a multiselect (with a few exposed options) always better than a drop down menu?
Consider the two inputs below:
Ignoring the poor label placement for a moment...
It seems to me that in many cases, either of these inputs could perform the same function.
Do either of these ...
3
votes
3answers
343 views
Repeated Combo box for data entry or single list?
I have a desktop app form with a repeater control. It is a list of bank transactions that do a poor job of identifying the associated customer. Someone needs to assign the customer to each ...