【发布时间】:2020-01-16 16:08:59
【问题描述】:
验证工作不正常。它总是显示此字段是必需的。即使我不接触这个领域。为什么?
<div class="form-group">
<label class="control-label col-sm-4">Description<span class="required"> * </span></label>
<div class="col-sm-8">
<input type="text" name="name" data-required="1" class="form-control" aria-required="true" aria-invalid="true" aria-describedby="name-error">
<span id="name-error" class="help-block help-block-error">This field is required.</span>
</div>
</div>
【问题讨论】:
-
嗨,Metronic 包含在 Aspnet Zero 中。你在使用 Aspnet Zero 吗?
-
@AlperEbicoglu 是的,使用 aspnet zero
-
为什么不采用有角度的方式并使用表格进行验证
-
“不要碰这个领域”是什么意思?
-
@JeffMattson 表示用户尚未对该字段进行任何操作。
标签: html twitter-bootstrap angular metronic