JS Hapus input nilai
document.getElementById("YourID").value = '';
Borma
document.getElementById("YourID").value = '';