The WPF ComboBox doesn't select item when you hit Tab Key. You have to either hit "Enter" or click on the item with your mouse to select it!
This is how I expect it to work:
- Expand the ComboBox
- Use the up/down arrow keys to find the item you want to select.
- Press the "tab" key on the current item to select it and then move on to the next field.
In reality, it cycles through all of the ComboBoxItems in the ComboBox when you hit the tab key.