update inputan luas tanah, bangunan, unit

This commit is contained in:
majid
2024-12-31 14:42:04 +07:00
parent 0d54a2590f
commit bf982a3990
4 changed files with 19 additions and 4 deletions

View File

@@ -244,6 +244,12 @@
this.closest('.perwakilan').remove();
});
});
document.querySelectorAll('.number-format').forEach(input => {
input.addEventListener('input', function() {
formatNumber(this);
});
});
});