According to the Semantic UI docs on form validation, I can add errors manually:
add errors(errors) | Adds errors to form, given an array errors
MVC5: Try Add this in the lowermost part of your View @section Scripts { @Scripts.Render("~/bundles/jqueryval") }
MVC5: Try Add this in the lowermost part of your View
@section Scripts { @Scripts.Render("~/bundles/jqueryval") }