- Issue created by @mitchel432
- πΊπΈUnited States danflanagan8 St. Louis, US
I ran into this a couple days after you and thought it was something with bef. I put in this issue: π Collapsible checkboxes filter doesn't stay open if only first option is checked Active
Then today I tried to write tests for that issue and couldn't reproduce it! I figured out that Core exposed filters set a #default_value to an empty array while the new facets exposed filter plugin leaves the #default_value as NULL.
Then I found this issue. And here I am.
The patch always sets [] as the default value. Do we need something else if multiple selections are not allowed? An empty string maybe?