-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Filter's behavior has changed or is broken after migration to stimulus #8241
Labels
Comments
So it would be #8230 cc @onEXHovia |
@p-golovin thanks for reporting, I'll check it out soon. |
@p-golovin can you provide field defenition |
|
Could you see if #8242 fixes your issue? |
Thank you for such quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Sonata packages
show
Symfony packages
show
PHP version
Subject
After upgrading from 4.34.0 to 4.35.2 work of filters is changed or broken:
Before:

After:

Before:

After:

Before:

After:

Minimal repository with the bug
Tested on 4.35.2, but I think that it is introduced in 4.35.0 with move to stimulus-bundle.
Steps to reproduce
Expected results
Checkboxes in filers list are clickable
Filters list is not closed after check/uncheck one filter
Only turned on filters are applied
Actual results
Checkboxes in filers list are not clickable
Filters list is closed after check/uncheck one filter
Filters with default values are applied too
The text was updated successfully, but these errors were encountered: