siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
208 stars 67 forks source link

Category filter breaking its size when width is reduced. #1535

Open vamshisai98 opened 1 month ago

vamshisai98 commented 1 month ago

Prerequisites

What happened?

When I am trying to resize the screen width, Category filter style fixes are breaking

category-filter-layout

What type of frontend framework are you seeing the problem on?

Angular

Which version of iX do you use?

v2.5.0

Code to produce this issue.

<ix-category-filter
      id="category-filter-search__ix-category-filter"
      [placeholder]="placeholder"
      [repeatCategories]="repeatCategories"
      [categories]="categories"
      [filterState]="filterState"
      (categoryChanged)="handleCategoryChange($event)"
      (filterChanged)="handleFilterChange($event)"
      (inputChanged)="handleInputChange($event)"
      label-categories="Select a category"
      static-operator="Equal"
    ></ix-category-filter>
matthiashader commented 1 month ago

Hello @vamshisai98 - thanks for your input. Could you provide us with a working stackblitz example. With your provided code I am not really able to reproduce the issue.

github-actions[bot] commented 1 month ago

Thank you for creating this issue! It has been labeled as needs reproduction.

To help us assist you better, could you please provide a way for us to access the code (such as a GitHub repository or a StackBlitz link). Without a reliable code reproduction, it might be challenging for us to resolve the issue, and we may have to close it. Thank you for your understanding!