8
驗證無法正常工作。它始終顯示此字段是必需的。即使我不碰這個領域。爲什麼?驗證在Metronic UI中不起作用。爲什麼?
<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零 –
爲什麼不走角度的方式和使用形式爲valdiation –