facet:dropdown
tag now supports multi-selection with a new select
attribute that takes one of these values:
toggle
(default)
Allow exactly one filter to be selected at a time, but show unselected filters and counts.
multiselect
Allow selection of multiple filters that are combined with a logical disjunction (OR). Show an “Apply” button at the bottom of the dropdown, which is enabled if and only if one or more checkboxes have been ticked.
multiselect-instant
Select multiple filters that are combined with a logical disjunction (OR). Filters are applied immediately when a checkbox is ticked.
geo:highmaps
tag now support an options
attribute that you can use to specify configuration options.