Add support for RTL in slider filters
@see https://refreshless.com/nouislider/slider-options/#section-direction @see https://github.com/leongersen/noUiSlider/issues/1097
In addition to the direction option being set, the slider element must exist in the DOM tree when initializing the plugin. @see https://stackoverflow.com/a/35432063/1417464
Closes #3480055