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] Allow ComboBoxPill components to truncate when displaying long text #7193

Merged
merged 4 commits into from
Sep 18, 2023

Commits on Sep 14, 2023

  1. [EuiComboBox] Wrap EuiComboBoxPill content in a span to allow long te…

    …xt to truncate. .euiBadge__text normally text truncates, but because we set it to flex to align prepend/append it breaks and we need to restore it manually.
    breehall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c2153d9 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG

    breehall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0bf91ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1a3d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    79280f8 View commit details
    Browse the repository at this point in the history