It doesn't work "as is". I did get more success by adding the dijit.form.Combobox property, THEN the validateRequired works mostly as expected. But now I want to check it before it's saved - using currentDocument.getItemValueString just gets the back-end value. getComponent doesn't for me, either.
So, what's the best way, in a combobox field (I could also do this with a button if necessary) to get the front-end value of a field for validation?