We are using instantsearch.js to display a list of products from an Algolia index. And we are using the rangeSlider widget to filter the results. However, I cannot figure out how to set the title of the slider. Everything else is working fine.
This is the code
instantsearch.widgets.rangeSlider({
title: "Pris",
container: "#ais-pris",
attribute: "sortprice",
pips: false,
step: 10,
})