Combobobx provides few methods to get current text and value, for text
combo.getSelectedText()
and
combo.getComboText()
can be used, while first returns value of selected value , second one return exact text which entered in combobox input ( if inputed text doesn’t fix any option in select list, first method can return empty value )