How to make the combox does not show
You can’t hide combo-box through API, but you can hide its DOM element as
combo.DOMParent.style.display=“none”;
You can’t hide combo-box through API, but you can hide its DOM element as
combo.DOMParent.style.display=“none”;