When using MVVM generated DropDownList input decorated with required attribute the validation message is not displayed upon validation.
Upon clicking Save the validation fails, as the first input has a required attribute, but a validation message is not displayed.
On failed validation, a validation message should be displayed.