ui-components
ui-components copied to clipboard
Dropdown popover offset has a gap if the filtered list falls below a certain point
Replication Steps
- Small screen resolution (so that dropdown renders above instead of below) (or adjust
maxHeightproperty to be larger) - Large list of items
- Set to filterable
- Filter to a smaller list (2 items)
More Info
The issue is that the when the popover is first shown it computes the offset based on the max number of items can be shown, but once the list is filtered below that amout the offset is not recomputed, resulting in the white space gap.