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
192 stars 66 forks source link

Category filter shows dropdown after selection #1419

Open vamshisai98 opened 1 month ago

vamshisai98 commented 1 month ago

Prerequisites

What happened?

Capture22

After I have selected the values for the ix-category-filter, I still see dropdown enabled with no data as shown in the above ss

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

Angular v17.x

Which version of iX do you use?

2.4.1

Code to produce this issue.

<div class="category-filter-search__search-input">
      <ix-category-filter  placeholder="Search an application or device type"
      [repeatCategories]="repeatCategories"
      [categories]="categories"
      [filterState]="filterState"
      (categoryChanged)="handleCategoryChange($event)"
      (filterChanged)="handleFilterChange($event)"
      (inputChanged)="handleInputChange($event)"
      ></ix-category-filter>
    </div>

  public categories: any = {
    ID_1: {
      label: 'Application',
      options: ['Cloud Connector', 'Flow Creator'],
    },
  };

Expected Behaviour

Dropdown should not be enabled once user has selected all the filters from categories

github-actions[bot] commented 1 month ago

🤖 Hello @vamshisai98

Your issue will be analyzed and is part of our internal workflow. To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-993