I have a combo with AutoCompleteMode set to "default". When my form comes up, let's say there is data in the combo. If you put the cursor at the end of the text and hit backspace, the combo will clear all the text, raising the ValueChanged event, and then put it all back except for the last character (which got backspace'd off), and raises the ValueChanged event again. This happens on any AutoCompleteMode except for "None".
Is there anyway to get it to not behave like that? I'd like backspace to simply remove the last character and raise the ValueChanged event only once.
Hello 0to600,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
I was not able to reproduce this behavior with the information provided in your post. If you like I could upload my sample but it is very simple, with an unmodified combo in it. I do not get this behavior with the backspace key, so could you please try to attach if possible a small sample project reproducing the above mentioned issue, I will be happy to take a look at it.