We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.6.11
On the Autocomplete component, if the length of the defaultItems is larger than 50 then top scroll shadow is shown.
Also it ignores the scrollShadowProps={{isEnabled: false}} prop
scrollShadowProps={{isEnabled: false}}
https://codesandbox.io/p/devbox/tender-williams-67snd9?utm_medium=sandpack
As a user, i expect the top scroll shadow to not appear if its the first item and i did not scroll yet.
(top Autocomplete has less than 50 items, bottom has +50)
macOS
Chrome
The text was updated successfully, but these errors were encountered:
ENG-1867 [BUG] - Autocomplete shows scroll indicator on top if items > 50
Sorry, something went wrong.
macci001
No branches or pull requests
NextUI Version
2.6.11
Describe the bug
On the Autocomplete component, if the length of the defaultItems is larger than 50 then top scroll shadow is shown.
Also it ignores the
scrollShadowProps={{isEnabled: false}}
propYour Example Website or App
https://codesandbox.io/p/devbox/tender-williams-67snd9?utm_medium=sandpack
Steps to Reproduce the Bug or Issue
scrollShadowProps={{isEnabled: false}}
Expected behavior
As a user, i expect the top scroll shadow to not appear if its the first item and i did not scroll yet.
Screenshots or Videos
(top Autocomplete has less than 50 items, bottom has +50)
Grabacion.de.pantalla.2025-01-13.a.la.s.11.55.56.a.m.mov
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: