Bug report:
MultiColumnComboBox select event is triggered when the dataSource has items with empty text
Reproduce problem:
https://dojo.telerik.com/exAtuTUJ/6
The steps to reproduce this problem:
1. click the dropdown to show options
2. Click anywhere on the document(You will see the alert message, it prompts for trigger event).
Current behavior:
Trigger event anywhere you click on a document.
Expected behavior:
Trigger event only when you click the values in the MultiColumnComboBox component.
Environment:
When virtualization is enabled in the MultiColumnComboBox and the user scrolls down in the popup to load new items sometimes an item that is not actually hovered is highlighted as hovered (the 'k-hover' class is applied).
Sometimes random item that is not hovered has the 'k-hover' class.
screencast - https://www.screencast.com/t/KXhG7SBkE6
Items that are not hovered should not have the k-hover class and should not be highlighted as hovered.