You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
Did you read the documentation?
Yes, I did not find it.
Have you tried to publish the views?
Yes - I didn't work.
Is there an error in the console?
No
PHP Version
8.2
PowerGrid
5.10.6
Laravel
11.25.0
Livewire
3.5.8
Alpine JS
3.14.1
Theme
Tailwind 3.x
Describe the bug.
When interdependent filters are used and an option from the main filter is selected, the option from the dependent filter works, but when the value "All" is selected on the main filter, the dependent filter is not reset and it still filters by the last filtered option instead of resetting that filter too.
Select value "All" in "State" filter: instead of resetting all the values everything will be still filtered by "City" filter but with wrong value selected.
Extra information
<?php //...
The text was updated successfully, but these errors were encountered:
dmitic
changed the title
Interdependent Filters - not reseting depentant filter
Interdependent Filters - not reseting dependent filter
Oct 1, 2024
Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
Did you read the documentation?
Yes, I did not find it.
Have you tried to publish the views?
Yes - I didn't work.
Is there an error in the console?
No
PHP Version
8.2
PowerGrid
5.10.6
Laravel
11.25.0
Livewire
3.5.8
Alpine JS
3.14.1
Theme
Tailwind 3.x
Describe the bug.
When interdependent filters are used and an option from the main filter is selected, the option from the dependent filter works, but when the value "All" is selected on the main filter, the dependent filter is not reset and it still filters by the last filtered option instead of resetting that filter too.
To Reproduce...
Extra information
The text was updated successfully, but these errors were encountered: