Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1705
Autocomplete clears text on backspace before searching for a match
posted

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.

 

Parents
  • 71886
    Offline posted

    Hello 0to600,

    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.

Reply Children
No Data