-
Notifications
You must be signed in to change notification settings - Fork 132
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
[P1][Sourcing] Boolean value is not available in value help dialog component #10997
Comments
s this a bug, enhancement, or feature request? enhancement Describe your proposal. In Value help dialog component, we do not have Boolean value filter. ![]() We have below filter options can not have pre-defined list which can be used in the filter Can you handle that on the application side? If this is a bug, please provide steps for reproducing it; the exact components you are using; Please provide relevant source code (if applicable). |
The team thinks that Smart filter bar(it support comobobox) with platform table gives the features you are looking for. |
Value help dialog
|
@rvamudha |
The requirement: offer comobobox as a input type in the filters. Another one is the data for the filters can come either from the table columns and/or from others. We are waiting for Sourcing team to make a decision whether we should plan it as prio 1 compared to the others. |
@droshev - as conveyed over our MS teams chat, implementing the workaround / customer solution from Sourcing side is difficult. We will wait for standard solution from F-NGx |
Agreed solution: add ability to define custom control per each filter type. |
Hey @oscargong. I will create a PR for ng15 once I get an approval for main |
We tried to implement the dropdown in advanced filters. But we are just getting label and no combo box is displayed. Even we tried using the exact code from the website and still its the same. Let us know if we need to change anything while implementing at our end. Thanks, |
@sahanaN123 https://stackblitz.com/edit/angular-ugca8x-uhmsjb?file=src%2Fapp%2Fapp.module.ts,src%2Fapp%2Fdynamic-page-tabs-example.component.html it turns out in docs I've applied fd-form-control component to fd-combobox, which is a no-no. I've updated an example in stackblitz and moved fd-form-control outside fd-combobox. |
Is this a bug, enhancement, or feature request? enhancement
Describe your proposal. In Value help dialog component we do not have boolean value filter
Can you handle that on the application side No we cannot
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Please provide relevant source code (if applicable).
Please provide stackblitz example(s).
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Did you check the documentation and the API?
Did you search for similar issues?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: