Dropdown keyboard navigation

Is it possible that the change-event is not called, if the user navigates through a dropdown via arrow keys? It would be very helpful, if the change event only gets called when the user selects and element in the dropdown with mouse-click or pressing enter.

Also if the property "ClearSearchAfterSelection" is set to true, it would be helpful if the search value would not be cleared when navigating through the dropdown via arrow keys but only when the user really selects and element in the dropdown with mouse-click or pressing enter.

DropDown/DropDownDataGrid components behavior is similar to plain HTML select - the value is changed immediately when navigating between items using keyboard.

UPDATE: We will do our best to improve this in our keyboard-navigation branch.

1 Like

Will this someday soon be merged to master?

Most probably at some point next month.

1 Like