the value should be selected only by direct click on the option in the popup or with the enter or the tab keyboard button. e.g. - I open the options popup, I navigate with arrows and select a value A with enter. - I reopen the options popup, I navigate with arrows until value B and I close the popup clicking away from it (or pressing Esc) The selected value should be A, but it's B because the valueChanged event is fired anyway on the popup closing
Hi,
The DropDownList imitates the behavior of a regular HTML select element:
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
That is why we won't proceed with updating the behavior of the component.
The value of the DropDownList could be manually changed when pressing the ESC key or blurring the component.
Regards,
Svetlin
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Do you think it is it possible to make this configured functionality? Basically, we want it to behave exactly like the search box in Chrome / Safari / IE. Hitting Esc reverts, not clicking directly does not navigate