I have a dropdown with a default value dependent on a setting in the user table. I would like for this dropdown to be uneditable. The display values are different than the stored values, so I can not just make it a read only field with a default unless I do some value replacing on the fly. Also there are other dropdowns on the page dependent on this one. I think disabling would be the easiest option, but I am all ears.