Merged in new-onepercent (pull request #57)

block pembiayaan copy paste
This commit is contained in:
Muhd hafifie
2023-12-31 10:06:10 +00:00
+1 -1
View File
@@ -136,7 +136,7 @@
Pembiayaan
</div>
<div class="col-7 input-group">
<input type="text" class="form-control" onkeypress="return validateFloatKeyPress(this,event);" name="pinjaman" id="pinjaman">
<input type="text" class="form-control" onpaste="return false;" ondrop="return false;" onkeypress="return validateFloatKeyPress(this,event);" name="pinjaman" id="pinjaman">
<div class="input-group-append">
<span class="input-group-text span-pinjaman">0 %</span>
</div>