【发布时间】:2023-01-13 13:25:13
【问题描述】:
我正在输入以禁用/避免特定字段的自动提示。
html sn-p 是这样的:
<div class="form-group">
<h4 class="whitish" for="name-of-car-id">Name of car (max length 30 chars)</h4>
<input type="input" class="form-control" placeholder="" id="name-of-car-id" autocomplete="off">
<span id='remainingC'></span>
<small class="form-text text-muted">You will identify your group of IDs by this name</small>
<div id='name-of-car-error' style='color:red; font-size: 18px;'></div>
</div>
【问题讨论】:
-
我已经尝试了这个标签上的所有可能的解决方案 - 没有:(
标签: html jquery bootstrap-4