update view fasilitas and signer

This commit is contained in:
KhatamNugraha
2024-02-13 14:47:15 +07:00
parent a38b2668d8
commit 0969a0e708
3 changed files with 29 additions and 5 deletions

View File

@ -23,6 +23,17 @@
background-color: transparent;
border: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
</style>
<div class="card card-xxl-stretch mb-5 mb-xl-8">
<!--begin::Card body-->
@ -243,7 +254,7 @@
<div class="form-group row">
<label for="inputName" class="col-sm-4 col-form-label">Tlp</label>
<div class="col-sm-8">
<input class="form-control form-control-sm " id="phoneNumber" name="tlp" type="text"pattern="[6789][0-9]{9}" title="Please enter valid phone number">
<input type="number" class="form-control form-control-sm " name="tlp" title="Please enter valid phone number" placeholder="No Tlp">
</div>
</div>