c# - Combo box autocomplete blanks when enter key pressed -
I am working with Visual Studio 2013 (winforms) with C # I have a combo box in which one of the shop names The long list is the complete property set on 'suggestion suggestion' according to the MSDN article in the combo box:
The program displays the name of the shop on the selection-theme event.
The combo box list can start typing the first letter of the user name, and the combo box has narrowed the selection accordingly. It also shows another drop down menu of items that can match user selection. (Suggest to facilitate autocomplete)
Combo box will also fill the items with the most likely items to match the user's typed characters (autocomplete feature) in the text box if it The item is being found by the user, they press 'enter' to select it. Instead of choosing it, the text field is empty.
In addition, if the user uses the arrow keys to move the suggested list down, then press 'Enter' (logical thing to confirm a suggested selection), combo box The text inside is changed to the empty space instead of the selected item.
Has anyone else seen this behavior in the Kamboox?
Thank you in advance, Anna.
Comments
Post a Comment