JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums ComboBox Prevent the combobox resize after multiples items added

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #107249
    Andreas Boos
    Participant

    Hey guys,

    I’d like to know if there’s any way to prevent the combobox component from increasing in height after I select items. I’m using selectionMode of type ‘checkBox’, and as I add items, the component keeps getting taller and it messes up my layout. I’d like the items to be hidden within the input, that wouldn’t be a problem.

    #107251

    Hi,

    You can prevent this by using CSS, here is an example of doing it:
    https://codepen.io/svetoslavb04/pen/BaGLaxv

    But this way you will not be able to see the selected values

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

    #107254
    Andreas Boos
    Participant

    After realizing that your solution involved only CSS modifications, I discovered that what I really wanted was something like this:

    .smart-element.smart-combo-box.smart-drop-down-box.auto-height .smart-action-button {
    display: block;
    }

    Thank you for your help.

    • This reply was modified 10 months, 1 week ago by Andreas Boos.
    #108599
    Albert Dexter
    Participant

    wow

    #108643

    Hi,

    Thank you for the update!
    Please, do not hesitate to contact us if you need any assistance.

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.