Handling too many options inside EuiComboBox
#8559
Unanswered
ek-so
asked this question in
Design Decision
Replies: 2 comments 4 replies
-
This Codesandbox sets up the scenario, we can try tweaking the CSS here to see what works. I started with applying a |
Beta Was this translation helpful? Give feedback.
3 replies
-
@ek-so @ryankeairns we have this ticket on our board: #8553 The proposed solution is to make the icons top-aligned. We might still want to restrict the height though, which could make the icons issue redundant. Let me know if we want to have the icons top-aligned regardless of the EuiComboBox height? If so, I can work on it this week. If not, let's close this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when we have too many options inside , the input area just gets bigger, and we do nothing with that by default. We have a couple of places in Kibana where that behaviour is overriden, and this issue comes up in Slack [internal link] from time to time.
The question is, if we want to solve this on EUI side consistently, and how exactly (possibly by having a scroll inside the input after it reached a certain height).
Beta Was this translation helpful? Give feedback.
All reactions