How to reset multi select drop down list. After selecting options in multi select drop down list in popup and click on submit, After reopening the popup, previously selected option is already showing. So, how can I clear the drop down list.

I tried below solution but its not working. Still the values are populating could please let me know the is there solution for this.
document.getElementById("appNames").reset();
document.getElementById("appNames").value = null;