@mudaliar847906,You can easily remove HTML from the DOM, using this line of code below using Javascript:document.getElementById('billPeriodValue.value').children[0].remove();However, if you created customer code, using sightly or JSP, then I suggest you to update your view logic, and have that...