-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AutoComplete: space between overlay panel and the component #3463
Labels
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Comments
pascualmj
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Oct 10, 2022
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Oct 11, 2022
Assigning to @mertsincan this is a bug in the |
Looks like PrimeVue handles this a little better: https://www.primefaces.org/primevue/autocomplete |
Any updates regarding this issue? 😄 |
PrimeVue is doing this and it fixes it: |
melloware
added a commit
to melloware/primereact
that referenced
this issue
Dec 5, 2022
melloware
added a commit
that referenced
this issue
Dec 5, 2022
melloware
changed the title
AutoComplete component: annoying space between overlay panel and the autocomplete component
AutoComplete: space between overlay panel and the component
Dec 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When searching for an option, the overlay panel shows up on top of the autocomplete component (cause it has no space below to be placed), and that's fine, but when I continue typing, less options appear and the overlay panel sticks to the same
top
position value. So that generates an annoying space between the overlay panel and the autocomplete component.Reproducer
No response
PrimeReact version
8.4.0
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
There should be no space between the overlay panel and the autocomplete component. If the list of options is too large the user can get lost of where to see.
The text was updated successfully, but these errors were encountered: