steve64 is there an easy way to know, inside the onSelect() event handler of Combobox, if the new item is different from the old one? I would like to avoid to keep a separate variable for this
steve64 in which sense? my combobox has no editable items, so the onChange() event seems equivalent to onSelect() but with no parameter passed. what I would like is to check the old item before the new one is applied maybe is not possible without keeping track with additional variables...
Samir OnChange() should fire when the Combobox text has changed, even if the text field is readonly if I am not wrong