ComboBox changes text when dropped down

Posted by Mannequin on Stack Overflow See other posts from Stack Overflow or by Mannequin
Published on 2010-06-01T14:20:24Z Indexed on 2010/06/02 18:34 UTC
Read the original article Hit count: 112

Filed under:
|
|

I have ComboBox (DropDown one) with 2 items in it ("One", "Onion"). When I type 'on' in combo and push dropdown arrow then the text i wrote automatically changes (item "One" is highlighted in list and text changes to "One").

How to prevent it?

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc