Adding errors to form validation doesn't work?

后端 未结 4 1791
予麋鹿
予麋鹿 2021-01-21 11:47

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

4条回答
  •  一整个雨季
    2021-01-21 12:30

    MVC5: Try Add this in the lowermost part of your View

    @section Scripts { @Scripts.Render("~/bundles/jqueryval") }

提交回复
热议问题