Open
Description
I want to use ionrangeslider in combination with HTMX.
Therefor, I set up ionrangeslider with HTMX Attribute hx-get
on the input element which is normally triggered by change event.
But as the change event is not fired (as far as I know I only can listen to it in JS).
See my example fiddle:
https://jsfiddle.net/f67v3mp2/
How can I activate HTMX inionrangeslider? Or is this currently not possible?