Hello,
i did not find any info about this. i create a Combobox with style csDropDown (so the user can edit the text). Now i fill some Suggestions in the Combobox, from which the user could select or input his own value. I valuate the input with the OnEditingDone event. Works fine but when the users scrolls on the Combobox then different items in the combobox will be selected, the OnEditingdone event wont fire. how can i avoid this ?. I do not want to use OnChange because it will fire to soon.