-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
[bug]: Autocomplete Suggestions #87
Comments
You can specify a max-size for the popover and add overflow auto. styleClasses={{
autoComplete: {
popoverContent: "max-h-[150px] overflow-y-auto",
},
}} |
I tried adding the Screen.Recording.2024-08-30.at.10.44.17.PM.mov
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Can't scroll if there are too many options in the Autocomplete Suggestions Popover.
How to reproduce
Add many tags to the
autocompleteOptions
where it will overflowLink to reproduction
https://github.com/JaleelB/emblor
Additional information
No response
The text was updated successfully, but these errors were encountered: