I am trying to use a kendo combo-box inside a bootstrap dropdown.
I have created a sample fiddle..
http://jsfiddle.net/w32LvL18/3/
The problem is, when I try to type something in the combo-box, I could not browse to the other options using down arrow key. As soon as I try to use down arrow key, it jumps to dropdowns first option instead of combo-box options.. How can I change this...
$('#keep_open_dropdown').on("click", function (e) {
e.stopPropagation(); // This replace if conditional.
});