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
174 stars 62 forks source link

Category Filter | Category options must be an object to hold "label" and "Value". #1263

Open Jayesh26 opened 1 month ago

Jayesh26 commented 1 month ago

Prerequisites

Suggestion / feature request

Currently Category can have values like: { ID1:{ "label": Project "Options": [ Project1, Project2 ] } }

instead of above there should be provision for:

{ ID1:{ "label": Project "Options": [ { "label": "Project1", "value": "UIDA78092" }, { "label": "Project2", "value": "UIDA78992" } ] } }

The option value can be used for uniquely identifying the project as string name can be duplicated and useful for API call.

github-actions[bot] commented 1 month ago

🤖 Hello @Jayesh26

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-1237