Open nikpros opened 4 years ago
https://github.com/xwpongithub/vue-range-slider/blob/838d787a66a6318de9f68e9840382866e8363bea/dist/vue-range-slider.esm.js#L1177
By canceling the standard behavior of the keydown event in the browser in this way, all elements that support it stop working. I think the problem is with document binding
keydown
document
Same issue, you find how to resolve this problem ?
Yea, remove this line in the source code :)
Thanks! I using another lib
thanks for the tip/link :)
https://github.com/xwpongithub/vue-range-slider/blob/838d787a66a6318de9f68e9840382866e8363bea/dist/vue-range-slider.esm.js#L1177
By canceling the standard behavior of the
keydown
event in the browser in this way, all elements that support it stop working. I think the problem is withdocument
binding