Bootstrap 4 bootstrap-validate插件-表单提交时未调用所需规则

时间:2019-01-21 08:49:32

标签: bootstrap-4

<form:input type="email" path="email" id="email" cssClass="form-control"  />

<script type="text/javascript">
    bootstrapValidate('#email', 'required:Please fill out this field!');
</script>

仅在编辑电子邮件字段时才调用必填字段。在提交表单的情况下,不会调用此规则。

0 个答案:

没有答案