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
Describe the bug
Select filter resets after apply others, when a list is passed to the options method of a Select class.
It happens coz in src/Screen/Fields/Select.php 74 $isOptionList is true. Why do we need this check? To Reproduce
Steps to reproduce the behavior:
Create any other filter and add it to same FiltersLayout
Apply Filter from s.1(CoolFilter) and then apply any other
Facted behavior
Select filter resets, applied only last filter
Expected behavior
Both filters applied
Server (please complete the following information):
Platfrom Version: 14.16.0
Laravel Version: 10.34.2
PHP Version: 8.3.0
Additional context
In my project i customized select.blade.php and it works for me, but i`m not sure is a good solution, coz $isOptionList variable is not using in select.blade.php
Describe the bug
Select filter resets after apply others, when a list is passed to the options method of a Select class.
It happens coz in src/Screen/Fields/Select.php 74 $isOptionList is true. Why do we need this check?
To Reproduce
Steps to reproduce the behavior:
Facted behavior
Select filter resets, applied only last filter
Expected behavior
Both filters applied
Server (please complete the following information):
Additional context
In my project i customized select.blade.php and it works for me, but i`m not sure is a good solution, coz $isOptionList variable is not using in select.blade.php
Possible PR:
#2821
The text was updated successfully, but these errors were encountered: