Skip to content
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

[EuiComboBox] Update with panelMinWidth behavior #7192

Closed
cee-chen opened this issue Sep 14, 2023 · 0 comments · Fixed by #7246
Closed

[EuiComboBox] Update with panelMinWidth behavior #7192

cee-chen opened this issue Sep 14, 2023 · 0 comments · Fixed by #7246
Assignees

Comments

@cee-chen
Copy link
Contributor

See #7071

EuiComboBox needs to be updated with this same UX. The component is not using EuiInputPopover under the hood, for whatever reason, and thus does not inherit the above functionality. We need to fix this in one of two ways:

  • Update the component to dogfood EuiInputPopover
  • If there's a specific reason the component can't use EuiInputPopover, update its popover width logic with similar behavior and add a custom prop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant