Skip to content
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

DataGrid; Selecting the filter menu or filter icon causes the filter to be added even if the user does not configure the filter and select's apply #8998

Open
1 of 2 tasks
StephenOTT opened this issue May 17, 2024 · 0 comments

Comments

@StephenOTT
Copy link

StephenOTT commented May 17, 2024

Bug type

Component

Component name

DataGrid

What happened?

If you select the filter button/icon or the filter menu, and the filter popover appears, the filter is automatically added into the popover filter window. But if the user clicks out of the window (without clicking "apply") the filter is still applied/remains in the UI.

Expected behavior

The filter should either not be automatically added or should not be kept if the user is not selecting "apply".

The issue here is a user does not have the ability to make a difference between "check what filters are currently applied" without adding a filter

Potentially easy fix is: If operator field is null then do not keep the filter

Reproduction link

Reproduction steps

...

Relevant log output

No response

Version (bug)

6.19.1

Version (working)

No response

What browsers are you seeing the problem on?

Chrome

On which operating systems are you experiencing the issue?

macOS

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant