Hello, I found a bug in jqxComboBox widget, v3.6.0:
Scenario:
Create and load a jqxComboBox, set “autoComplete” to “true” and listen to “change” and/or “select” event.
Start writing an existing option in list until there is only ONE candidate.
2 options:
Option 1: Use mouse to select this candidate.
Expected:
change/select event is fired.
What you get:
No event is fired.
Option 2: Press “down arrow” key to select this candidate.
Expected:
Candidate is selected and change/select event is fired.
What you get:
Candidate isn’t selected (and no event is fired, of course)
Next time you repeat these actions without reloading page, it works ok.
It just fails first time you try it after page loading.