|
I have several dropdowns in my customized work item layout which get allowed values from global lists.
I note that I can type a load of garbage into the dropdowns at runtime - although the system won't let a user save a value that's not in the global list, it would be nicer to stop the user being able to type in at all. Of course, ReadOnly just means that no dropdown is displayed.
Any way I can stop users typing into dropdowns? |