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

Input search with dropdown options example has cut-off options if you select "All" #7107

Open
BBX999 opened this issue Jan 26, 2023 · 2 comments

Comments

@BBX999
Copy link

BBX999 commented Jan 26, 2023

The example is here https://semantic-ui.com/elements/input.html

When you select All from the dropdown, the width shrinks and cuts off the other options if you select the dropdown again, like so:

Screen Shot 2023-01-17 at 1 10 48 PM

@aryatalathi
Copy link

Hello team, I would like to contribute in solving an issue. Can I work on this issue?
Waiting for a reply. Thank you.

@GammaGames
Copy link
Contributor

This happens because it's .compact. Fomantic-UI (the community fork) has this as well, when I ran into this in my own work I just added a min width:

#target.ui.compact.dropdown {
    min-width: 10em;
}

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

No branches or pull requests

3 participants