I have a combo box populated with a few items. However, when the user types in their choice on the keyboard instead of choosing an item from the combo, the .SelectedItem property of the combo box isnt' filled.
How can I cause the ComboBox to resolve what the user typed to a particular item in the box?
Thanks,
Ben
