Is your feature request related to a problem? Please describe.
On desktop, the price range selector in the filter navigator is not an accordion. But on mobile the price range selector is in an accordion, this is a worse user experience.
Describe the solution you'd like
I would like the price range selector of the filter navigator on mobile to not be within an accordion
Additional context
Current Desktop Implementation:

Current Mobile Implementation:

Filter Navigator Configuration:
"filter-navigator.v3#search-result": {
"blocks": ["sidebar-close-button"],
"props": {
"blockClass": "searchResult",
"truncateFilters": true,
"showClearByFilter": false,
"fullWidthOnMobile": false,
"navigationTypeOnMobile": "collapsible",
"appliedFiltersOverview": "show",
"totalProductsOnMobile": "show",
"updateOnFilterSelectionOnMobile": true,
"priceRangeLayout": "slider",
"initiallyCollapsed": true
}
}
Is your feature request related to a problem? Please describe.
On desktop, the price range selector in the filter navigator is not an accordion. But on mobile the price range selector is in an accordion, this is a worse user experience.
Describe the solution you'd like
I would like the price range selector of the filter navigator on mobile to not be within an accordion
Additional context

Current Desktop Implementation:
Current Mobile Implementation:

Filter Navigator Configuration: