ix
ix copied to clipboard
Category Filter | Category options must be an object to hold "label" and "Value".
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
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.
🤖 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