Completed
Last Updated: 24 May 2023 04:29 by ADMIN

Describe the bug
When using the listNoDataRender prop of the Native MultiSelect component the following warning appears in the browser's console.
image

To Reproduce

  1. Open this StackBlitz example
  2. Open the browser's console

Expected behavior
No warnings or errors should appear in the dev console

Planned
Last Updated: 21 Sep 2022 06:44 by ADMIN
Created by: jake
Comments: 0
Category: MultiSelect
Type: Bug Report
1

Describe the bug
The items inside the popup of the Multiselect are not correctly visualized when scrolling the data. The issue can be easily observed in scenarios where the page size and the total of records are close numbers.

The issue is that while scrolling, the Multiselect scrolls but the actual contents of the popup don't move until the scroll bar is more than halfway down.

To Reproduce

  1. Open this project
  2. Start scrolling the items in the MultiSelect

Expected behavior
With the move of the popup scroller down, the data should be scrolled too, no matter if the scroller has reached its middle position or not.

Screenshots
The screenshot is from the linked above example. The items displayed in the popup window should be around "Item 50"
image

Unplanned
Last Updated: 04 Jan 2022 09:44 by ADMIN
Created by: jake
Comments: 0
Category: MultiSelect
Type: Feature Request
0
It could be useful to have a prop or some way to set focus on the component. The concrete scenario is about the multiselect but it could also be added in other components.