Hi, I been expanding combobox to make it do what i wanted but I could not access the lastSelectionText I just need to be able to get it so I wont have to make the my extended combobox search for the whole list if the rawtext is still the same on onblur.
so can you just add a
public String getLastSelectionText() {
return lastSelectionText;
}