C# .NET 2.0 ComboBox AutoComplete with SuggestAppend bug ...

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

Hi,

When we create a ComboBox with CustomSource for
"AutoCompleteMode.SuggestAppend" it looks working ...
but if the first DropDownList is visible and you begin to type text, a
second short DropDownList appears over to do suggestion ... when you
select one from this short list , the final value is empty ... what's
wrong?

Thanks for your help.
 
Back
Top