I know that the dropdownlist in dojo has been depreciated.
In flex, once a dropdownlist was clicked on, code could check if certain criteria were met and if not, the value of the list would not change.
I am trying to implement similar functionality with dojo/select however, the absence of the "break" to exit a function in dojo, makes this more complex.
In dojo, once you click on the select list. it allows the user to change its value.
A solution is to store the current value of the select list, and if criteria are not met, then revert the select list to its original value.