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

It is disable all kinds of input

Open finn-dev opened this issue 4 years ago • 7 comments

Hi When i use vue-range-slider and input tag together, then i can input nothing on input.

finn-dev avatar Nov 02 '20 16:11 finn-dev

Same here oO

croftman avatar Nov 12 '20 08:11 croftman

https://github.com/xwpongithub/vue-range-slider/issues/18 Would be nice to have a release with the fix...

nielslynggaard avatar Nov 16 '20 08:11 nielslynggaard

I have same problem , and I can't refresh page by f5 , open devtools by f12

ay1618 avatar Nov 21 '20 09:11 ay1618

Same issue, additionally the text selection on the whole page is also prevented, which is a no - no.

TristanMouchet avatar Feb 04 '21 19:02 TristanMouchet

any solution?

bendadaniel avatar Feb 15 '21 15:02 bendadaniel

FIX:

created : function() { VueRangeSlider.methods.handleKeyup = ()=> console.log; VueRangeSlider.methods.handleKeydown = ()=> console.log; }

bendadaniel avatar Feb 15 '21 15:02 bendadaniel

I spent a great deal of time banging my head against the wall until I found this issue as I didn't suspect this component. Even though there is a workaround for the sake of future developers it would be great to get this fixed!

aarsilv avatar Apr 04 '21 23:04 aarsilv