I find that when I include a ListConverter in the binding for a combo box, it forces it to behave as though DropDownStyle=DropDownList and ignores my AutoCompleteMode=Suggest setting. In other words, it forces the user to select from the list and does not allow any input in the text area of the combo.
Is there any way around this behavior?