Open hamzaydia opened 10 months ago
Can we get some input from the maintainers on this?
Autocomplete
performs abysmally, even with a relatively few number of items (a few hundred). As far as I can tell, nextui is also built in many places such that it's not straight-forward to replace some of the components with your own, so my quick attempt at e.g. memoizing the AutocompleteItem
s was not successful either.
still facing the same issue in March 2024
pls fix :(
+1
NextUI Version
"@nextui-org/autocomplete": "^2.0.9"
Describe the bug
The Autocomplete component's documentation mentions support for virtualized scrolling for performance with long lists. However, the 'isVirtualized' prop in the AutocompleteItem component is marked as deprecated, creating confusion about the current support for virtualized scrolling.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
Clarification in the documentation about the current status of virtualized scrolling support in the Autocomplete component. If the 'isVirtualized' prop is deprecated, an alternative method or updated prop should be clearly documented.
Screenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome