Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to reset multi select drop down list

User_0JPR1Jan 14 2020 — edited Jan 14 2020

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.

pastedImage_0.png

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;

Comments
Post Details
Added on Jan 14 2020
1 comment
194 views