Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is disable all kinds of input #21

Open
finn-dev opened this issue Nov 2, 2020 · 7 comments
Open

It is disable all kinds of input #21

finn-dev opened this issue Nov 2, 2020 · 7 comments

Comments

@finn-dev
Copy link

finn-dev commented Nov 2, 2020

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

@croftman
Copy link

Same here oO

@nielslynggaard
Copy link

#18
Would be nice to have a release with the fix...

@ay1618
Copy link

ay1618 commented Nov 21, 2020

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

@TristanMouchet
Copy link

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

@bendadaniel
Copy link

any solution?

@bendadaniel
Copy link

FIX:

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

@aarsilv
Copy link

aarsilv commented Apr 4, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants