Tagged Questions
1
vote
2answers
82 views
Which input layout for choosing between Option1, Option2 and (Option1 or Option2, dynamically)
One setting in our app has to be as follows:
For a certain scenario, the user select whether he wants:
Always use option X
Or always use option Y
Or, depending on a dynamic flag, use X or Y (he ...
2
votes
4answers
217 views
Disable combobox with one entry?
Imagine an arbitrary list of items. To execute a command, the user has to select one of these items in a combobox (if there are no items, the combobox is not shown at all). Should the combobox be ...