Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
vamshisai98 opened this issue Oct 24, 2024 · 2 comments
Open
2 tasks done

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

vamshisai98 opened this issue Oct 24, 2024 · 2 comments
Labels
needs reproduction Bugs with the label will not be addressed until the steps to reproduce are available triage We discuss this topic in our internal weekly

Comments

@vamshisai98
Copy link

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

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>
@vamshisai98 vamshisai98 added the triage We discuss this topic in our internal weekly label Oct 24, 2024
@matthiashader
Copy link
Collaborator

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.

@matthiashader matthiashader added the needs reproduction Bugs with the label will not be addressed until the steps to reproduce are available label Oct 24, 2024
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction Bugs with the label will not be addressed until the steps to reproduce are available triage We discuss this topic in our internal weekly
Projects
None yet
Development

No branches or pull requests

2 participants