Use this JavaScript to remove all the options in the dropdown select box.
document.getElementById('Dropdown').length = 0;
All I have learned.
Use this JavaScript to remove all the options in the dropdown select box.
document.getElementById('Dropdown').length = 0;