-
Notifications
You must be signed in to change notification settings - Fork 842
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
Elastic UI ComboBox dropdown positioning #7876
Comments
Hi @DarioBuljovcic! Thanks for reporting this behavior. Could you share a reproducible example in CodeSandbox? I'm not sure if I understand your whole setup. Thanks! |
Hi, I'm sorry but I don't think i can reproduce it. When i put my code into the sandbox it works how it should. I will try to test out more to see if i find what is the problem. It's top value doesn't change when the number of items changes. So for example i have 10 items and i search so that only two items remain, the items box top value doesn't push it down but only it's height changes and it just stays floating up It's like it doesn't know that it's on top of the combobox and not on the bottom |
Here is another example of how it looks. I copied the code from https://eui.elastic.co/#/forms/combo-box example number 4. |
Hey @DarioBuljovcic. My assumption if it can't be reproduced in a Codesandbox is that it is something your project setup. I don't have any ideas of what the problem is. Unfortunately, without something reproducible, we won't be able to help you debug it. |
I'm closing this as it's related to @DarioBuljovcic setup and isn't an actual EUI bug. Please feel free to open a new issue if you believe this is incorrect, providing reproduction steps and a CodeSandbox example. |
Drop down from the combo box when its on the bottom of the page shrinks upwards instead of downwards
Environment and versions
Here is the combo box
Here is a picture of how it looks.

Top style of the selected div doesnt change
The text was updated successfully, but these errors were encountered: