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

[FEATURE] be able to hide combobox "title" #1152

Open
jlo62 opened this issue Aug 10, 2024 · 0 comments
Open

[FEATURE] be able to hide combobox "title" #1152

jlo62 opened this issue Aug 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jlo62
Copy link

jlo62 commented Aug 10, 2024

Description of the requested feature

I would like to hide the selected text in the combobox menu, like this:
image
instead of this:
image

It looks great like the top one until I select something.

It's acceptable with this:

.combo-box-vol > box > button > box > cellview {
  font-size: 0;
  margin: 0;
  padding: 0;
}

but it still has a little notch/margin left.

Or did I overlook a option to hide this?

Proposed configuration syntax

(combo-box-text :show-selected false)

Additional context

No response

@jlo62 jlo62 added the enhancement New feature or request label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant