Not changing Slider on "keyup"!!!
ashokavarthanan opened this issue · 2 comments
ashokavarthanan commented
Hi. Excellent your work, thanks for it.
I have problem when using "up" or "down" Key Slider is not changing.
I using this URL "https://codepen.io/andreruffert/pen/meeOav";
But in normal type "range" is working fine.
Thanks.
lisardo2 commented
Your example does work but you have give the handle focus before you use the up and down arrow keys. Click in the bottom area, than tab so the handle get focus and you can use the up and down arrow keys. The page up and page down keys work too.
ashokavarthanan commented
Thanks for replay.
it works when i added "focus" jQuery method.
"$element.focus();"