Check within the browser that callsign is provided before submitting the form
这个提交包含在:
父节点
481f617b5a
当前提交
3ee8f7f14a
共有 2 个文件被更改,包括 8 次插入 和 1 次删除
|
|
@ -69,7 +69,7 @@
|
||||||
<!-- Callsign Input -->
|
<!-- Callsign Input -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="callsign">Callsign</label>
|
<label for="callsign">Callsign</label>
|
||||||
<input type="text" class="form-control" id="callsign" name="callsign">
|
<input type="text" class="form-control" id="callsign" name="callsign" required>
|
||||||
<small id="callsign_info" class="form-text text-muted"></small>
|
<small id="callsign_info" class="form-text text-muted"></small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,13 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:invalid {
|
||||||
|
box-shadow: 0 0 5px 1px red;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:focus:invalid {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
TD.eqsl{
|
TD.eqsl{
|
||||||
width: 33px;
|
width: 33px;
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用