[bug] Shift / Ctrl seems not working on certain pipstep/step setups
Opened this issue · 1 comments
simeydotme commented
Describe the bug
When using this code;
<RangeSlider
id="future"
pips
all="label"
step={1000}
pipstep={5}
float
min={0}
max={1000000}
bind:value
{formatter}
/>
The shift and ctrl modifiers dont appear to be working
To Reproduce
simeydotme commented
also pgup/dn :/