Knobs are not changing when I click and drag them, they are rendered and react to hover but dont change when I drag them, I've tested the demo and there it works fine...
Here is the code that is failing:
<link rel="stylesheet" href="https://unpkg.com/precision-inputs@0.2.5/css/precision-inputs.fl-controls.css">
...
<div class="my-fl-knob"></div>
<script src="https://unpkg.com/precision-inputs@0.2.5/scripts/precision-inputs.fl-controls.js"></script>
<script>
var myKnobContainer = document.querySelector('.my-fl-knob');
var myKnob = new PrecisionInputs.FLReactiveGripDial(myKnobContainer);
</script>
Lib Version
@0.2.5
Chrome
@71.0.3578.98
Knobs are not changing
Knobs are not changing when I click and drag them, they are rendered and react to hover but dont change when I drag them, I've tested the demo and there it works fine...
Here is the code that is failing:
Any idea what could be wrong?