primereact icon indicating copy to clipboard operation
primereact copied to clipboard

ListBox: passing the virtualScrollerOptions prop in to component prevent it from rendering

Open mikejav opened this issue 4 months ago • 0 comments

Describe the bug

According to documentation at https://primereact.org/listbox/, it is possible to pass the virtualScrollerOptions property into the component. However when I tried to do it, the component is not rendering any options

It also doesn't work on the documentation page:

Image

Reproducer

https://stackblitz.com/edit/n8ih7hqg?file=src%2FApp.jsx

System Information

System:
    OS: Windows 11 10.0.26100
    CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
    Memory: 3.08 GB / 23.70 GB
  Binaries:
    Node: 20.11.0 - C:\Program Files\nodejs\node.EXE
    npm: 10.2.4 - C:\Program Files\nodejs\npm.CMD
    bun: 1.2.18 - ~\.bun\bin\bun.EXE
  Browsers:
    Edge: Chromium (139.0.3405.111)
    Internet Explorer: 11.0.26100.1882
  npmPackages:
    primereact: ^10.9.7 => 10.9.7
    react: 19.1.0 => 19.1.0

Steps to reproduce the behavior

As described above

Expected behavior

Works as documented

mikejav avatar Aug 26 '25 14:08 mikejav