Our testing team has identified a fairly significant issue with the behavior of igx-combo: if a user uses the keyboard to select an item in the dropdown list, then presses the enter key to select the item, the dropdown closes, but the item is not selected.
The users of our application expect to perform a majority of their work in the grid using only the keyboard and this behavior will definitely cause them to enter incorrect data.
Even if this is the expected behavior of the combo, which in our opinion it shouldn't be, how can we change this behavior such that enter both selects the current item and closes the combo.
One additional note that might be very relevant: we are using the combo in single selection mode. We have hidden the checkbox and enforce single selection using the documented approach.
This could be why the combo behaves the way that it does, but we think that the the combo should support single-selection mode as a first-class option since it is much more usable than the other options, namely igx-select.
Hello Lance,
Thank you for posting in our community and thank you for your advices. We will consider them and let you know.
At this point, we do not provide the opportunity to select igx-combo items with the “Enter” key out of the box. What I can suggest, for achieving your requirement, is to listen for the onClosed and the keyup events and then to use the selectItems method. Here you can find a sample illustrating my approach for your reference. Please test it on your side and let me know whether you find it helpful.
Please let me know if you have any further questions or concerns.
Regards,
Viktor Kombov
Entry Level Software Developer
Infragistics, Inc.
Thank you for the information and the sample. We have taken a slightly different approach, but may reconsider that approach based on this sample.
Please let us know if we can be of any further assistance.
Thank you for choosing Infragistics components.