Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Items with long width in igx-drop-down list is not fully highlighted.
posted

When the width of an item in the igx-drop-down is exceeding the dropdown window the highlight is shifting to left. The more we scroll to right of an item the more highlight shifts to left. As per the expectation, the whole item should be highlighted as long as the item width will be.

Please suggest a fix for it.

</igx-input-group>
          <igx-drop-down #dropDown [width]=" '250px' " [maxHeight]=" '200px' ">
                   <igx-drop-down-item *ngFor="let data of lookupData$ | async"  [value]="data" class="drop-down-item">
                    {{ data }}
           </igx-drop-down-item>
</igx-drop-down>
Parents Reply Children
No Data