Bug reportWhen submitting a selection in the ComboBox via Enter keypress an incorrect item is selected.
Reproduction of the problemRun this
dojoEnter 199 in the input field and:
Click outside of the input field - text() returns 199, value() returns 199
Hit Tab key - text() returns 199, value() returns 199
Hit Enter key - text() returns 4, value() returns 199
With Kendo UI versions after 2018.2.516 pressing the Tab key outputs the same result as pressing the Enter key.
Current behaviorAn incorrect item from dataSource is being selected on Enter keypress.
Expected/desired behaviorSelection modes should return same item.
Environment
Kendo UI version: 2018.2.516
Browser: [all]