combo

minv.getCombo("pminvcombo").clearAll(); minv.getCombo("pminvcombo").unSelectOption();

but selected text in combo still present …

Hello
If you need to clear combo’s input, you can use the next:

minv.getCombo("pminvcombo").setComboText("");

thx

You are welcome! :slight_smile: