I have a text box and I tried to reset it after a button click. But it is not getting reset. HTML Script:-
To clear the value of input box use :
document.getElementById('pre-selected-options').value = "";
https://www.w3schools.com/howto/howto_html_clear_input.asp