Giter Site home page Giter Site logo

Comments (7)

gatanaso avatar gatanaso commented on June 24, 2024

Thanks for the feedback and for the feature suggestion. Regarding the hiding/disabling of the input field, you can disable the component or set it to readonly (although I am not sure if that fits your use case).

from multiselect-combo-box-flow.

yoursnowyfriendleo avatar yoursnowyfriendleo commented on June 24, 2024

Agree, awesome component.

However, I would also need to hide input field, showing selected items only. Any way to achieve that with the current version of the component?

image

Cheers, Simon

from multiselect-combo-box-flow.

gatanaso avatar gatanaso commented on June 24, 2024

Hi @yoursnowyfriendleo,

You can hide the input field via CSS by hiding the underlying part="input-field":

[part="input-field"] {
 display: none;
}

Hope this helps,
Goran

from multiselect-combo-box-flow.

yoursnowyfriendleo avatar yoursnowyfriendleo commented on June 24, 2024

Hi @gatanaso
Unfortunately, does that not work. It hides drop-down arrow, but keeps the space for input-field, which is the opposite of what I need.

image

Cheers, Simon

from multiselect-combo-box-flow.

gatanaso avatar gatanaso commented on June 24, 2024

Hi @yoursnowyfriendleo,

Yes, that is expected as the arrow icon is part of the input field :)

However, it's interesting that it would still take up space in the page even though it's removed. Have you inspected this already?

from multiselect-combo-box-flow.

yoursnowyfriendleo avatar yoursnowyfriendleo commented on June 24, 2024

Ok, there are two parts with "input-field" If I display:none the first one, the space is not visible, but also not the arrow. Furthermore, the dropdown it opens is not wide enought to show items without truncation.
If I display:none the second, space is visible.
image

from multiselect-combo-box-flow.

gatanaso avatar gatanaso commented on June 24, 2024

@yoursnowyfriendleo Ah yes, I forgot to clarify you need to target the input field that is part of the multiselect-combo-box-input. And yes, if you do this, the down arrow is not visible (as that is part of the field itself).

Furthermore, the dropdown it opens is not wide enought to show items without truncation.

This is interesting, as I think the dropdown should be the width of the whole field. For example:
img

Though to get this, you need to have some value present in the MultiselectComboBox, otherwise it just looks weird.

I applied the following style (file name and location: frontend/styles/multiselect-combo-box-input-styles.css

.multiselect[part="input-field"] {
  display: none;
}

And then had it imported in my view as follows:
@CssImport(value = "./styles/multiselect-combo-box-input-styles.css", themeFor = "multiselect-combo-box-input")

Hope this helps,
Goran

from multiselect-combo-box-flow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.