Completed
Last Updated: 01 May 2023 06:53 by ADMIN

Describe the bug
When the AutoComplete and Button components are disabled, they are still focusable.

To Reproduce

  1. Open this StackBlitz example
  2. Press the Tab key to focus the DropDownList
  3. Press the Tab key for a second time to focus the Button

Expected behavior
When disabled, both the DropDownList and Button should not be focusable

Completed
Last Updated: 20 Mar 2023 12:32 by ADMIN

Describe the bug
When the Native DropDownList is configured to work in a data virtualization mode, if the user scrolls to the last data page, then close and reopen the popup of the component, no data is visualized in the popup. If the empty popup is scrolled, then the missing data appears back.

To Reproduce

  1. Open this StackBlitz example
  2. Open the DropDownList and scroll its data to the end
  3. Click outside the DropDownList to close its popup
  4. Click on the DropDownList to open it

Expected behavior
The same data that is visible before the popup is closed, should be visible inside the DropDownList when it is opened on step 4 above.

Screenshots
When step 4 is done:
image

When the popup is scrolled:
image

Completed
Last Updated: 20 Sep 2022 11:12 by ADMIN
Release R1 2023 - Increment 1 (26.10.2022)

Describe the bug
The position of the DropDownList's popup is not updated when the popup is opened above the component and the data items in the popup are filtered.

To Reproduce

  1. Open this StackBlitz example in a new tab
  2. Resize the browser's window in a way the DropDownlist is at the bottom of the visible area and click on the component to expand its popup. Because there is no space below the DropDownList, its popup should pop above the component
  3. In the search box in the popup write "sm"

Expected behavior
The bottom of the popup should be constantly stuck to the DropDownList and not staying at it initial position above the compoennt.

Screenshots

DDL-filter.mp4
Completed
Last Updated: 02 Sep 2022 10:50 by ADMIN
Release R3 2022 - Increment 3 (14.09.2022)

Describe the bug
The appendTo and className properties of the Popup component cannot be set for the DropDowns, when configured through the popupSettngs prop.

To Reproduce

  1. Open this StackBlitz example
  2. Expand the DropDownList

Expected behavior
We should be able to add a className to the component's popup and control the element to which the popup will be appended to.

Completed
Last Updated: 03 Jun 2021 07:30 by ADMIN

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"
Completed
Last Updated: 18 Jan 2021 10:08 by ADMIN

I'm submitting a...

  • Bug report

Current behavior

The record that matches the search criteria of the AutoComplete is highlighted in the popup but the data is not scrolled to this highlighted record.

Expected behavior

The data in the AutoComplete popup should be scrolled to the highlighted element

Minimal reproduction of the problem with instructions

  1. Open this Demo
  2. Write "Denmark"
  3. If you scroll the popup data "Denmark" will be highlighted but this scrolling should be automatic.