xwpongithub / vue-range-slider

A range slider component based on vue (Vue滑块组件).
MIT License
122 stars 66 forks source link

<input /> does not work on page #17

Open nikpros opened 4 years ago

nikpros commented 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

ivansteff commented 4 years ago

Same issue, you find how to resolve this problem ?

nikpros commented 4 years ago

Yea, remove this line in the source code :)

ivansteff commented 4 years ago

Thanks! I using another lib

nikpros commented 4 years ago

thanks for the tip/link :)