Completed
Last Updated: 03 Jun 2021 07:30 by ADMIN
able
Created on: 21 May 2021 10:31
Category: DropDownList
Type: Bug Report
1
Native DropDownList(keyboard navigation) - Arrow UP/Down makes 2 steps instead of 1 when :filterable is set to "true"

I'm submitting a...

  • Bug report

Current behavior

When the filterable property of the Native DropDownList is set to "true" the keyboard navigation is not working as expected. When the arrow up/down button is pressed in opened DropDownList, the selection in the popup is changed with two steps instead of one.

Expected behavior

On press of the up/down arrow key, the selection in the DropDownList's popup should be changed with one step, instead of two

Minimal reproduction of the problem with instructions

  1. Open this StackBlitz example
  2. Click on it to open the popup window
  3. Press the arrow down key. The selection is moved to "Football" while the expected behavior is to move to "Basketball"
2 comments
ADMIN
Plamen
Posted on: 24 May 2021 12:05

Hello,

Thank you for elaborating the issue. We could successfully replicate it and will do our best to fix it as soon as possible. 

Regards,
Plamen
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.

able
Posted on: 24 May 2021 10:48

Upper example dosen't work.
Test below instructions

  1. Open this StackBlitz example or Official Guide Example (DropDownList / Filtering)
  2. Click on it to open the popup window of dropdownlist
  3. Press the arrow down key. The selection is moved to "Medium" while the expected behavior is to move to "Small"