vue-range-slider icon indicating copy to clipboard operation
vue-range-slider copied to clipboard

<input /> does not work on page

Open nikpros opened this issue 5 years ago • 4 comments
trafficstars

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

nikpros avatar Jun 20 '20 12:06 nikpros

Same issue, you find how to resolve this problem ?

ivansteff avatar Sep 18 '20 07:09 ivansteff

Yea, remove this line in the source code :)

nikpros avatar Sep 18 '20 20:09 nikpros

Thanks! I using another lib

ivansteff avatar Sep 21 '20 10:09 ivansteff

thanks for the tip/link :)

nikpros avatar Sep 24 '20 18:09 nikpros