Skip to content

Igx-Combo - itemsHeight? #12420

Answered by RivaIvanova
mddifilippo89 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mddifilippo89,

I have been looking into your question, however, after observing the provided css I need to ask for some additional information. By “set the height of the igx-combo” do you refer to the height of the IgxCombo dropdown or the height of the IgxCombo input where the values are displayed after selection?

I am asking this question as the last css refers to the IgxCombo input and when a component is using an Emulated ViewEncapsulation this encapsulation should be penetrated using ::ng-deep.

For example, the following code will penetrate the encapsulation and set the IgxCombo input to 100px:

:host::ng-deep {
  .igx-input-group--box .igx-input-group__bundle {
    height: 100px;…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kacheshmarova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #12405 on December 05, 2022 12:57.