Hi, im using a ComboBox for a feature in my application, and i have AutoCompleteMode="Suggest".
However, after i type in the textbox for a search, i need to press ENTER twice to postback and show some results. This is the default behavior, like its shown in the oficial demonstration. In my opinion, its kinda annoying and not intuitive...
Anyone have a clue how to avoid this behavior, and press just one time?
Thanks in advance