SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
260 stars 125 forks source link

Reset filter doesn't reset the number beside Include/Exclude [UI issue] #12061

Open saikrishna143 opened 3 days ago

saikrishna143 commented 3 days ago

Is this a bug, enhancement, or feature request?

Bug.

Briefly describe your proposal.

Reset filter doesn't reset the number beside Include/Exclude

Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)

Angular: 15.2.0 Fundamental NGX (core, platform, cdk, i18n): 0.42.0

If this is a bug, please provide steps for reproducing it.

Steps To Reproduce: Create a quick RFP, have some suppliers and questions. Click on the filter icon in the question table. Apply some condition. View the table. The filter is applied. Now click again on the filter icon and click on reset button. You can see the input from the text box is cleared but the number beside the Include/Exclude is present. The same can be seen for supplier table filter.

Before we click on reset button

Screenshot 2024-07-02 at 11 31 12 AM

After reset till the count is showing

Screenshot 2024-07-02 at 11 43 04 AM

Please provide relevant source code if applicable. https://sap.github.io/fundamental-ngx/#/platform/table/advanced

ZsDeak-SAP commented 2 days ago

this reproduction is not applicable as we don't have access to the application you're developing, neither should we debug problems in it. please provide a Fundamental code example or steps involving the use of Fundamental.

saikrishna143 commented 2 days ago

Steps to reproduce

open this link https://sap.github.io/fundamental-ngx/#/platform/table/advanced

will be navigated to below page

Screenshot 2024-07-02 at 5 59 48 PM

click on filter icon image

Now, Apply some condition. View the table.

Screenshot 2024-07-02 at 6 39 51 PM

click on reset button. You can see the input from the text box is cleared but the number beside the Include/Exclude is present.

Screenshot 2024-07-02 at 6 41 20 PM