Hello there!
I am developing a product filter according to the official documentation: Filtering
URL-address and filtering is correctly.
Problems:
- If you select multiple options in one of the filters, only the last pressed option remains checked.
- An error occurs when displaying an object: {{ filter.active_values }}
Please help solve the problems. I would be very grateful to you.
Here is my code. I have checked it several times. It fully complies with the documentation. If you paste a snippet from the official documentation, it works the same way!
**Here are screenshots of the problem**
Step 1 — Selecting and apply filter options on page: «/collections/all»:
<strong>

</strong>
Step 2 — Filtration results. The page address is correct. The list of goods is correct. Checkboxes aren't correct.
Object {{ filter.active_values }} isn't displayed (error)
