xwpongithub / vue-range-slider

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

IMPORTANT: How to fix the input blocking bug #18

Open boriswinner opened 4 years ago

boriswinner commented 4 years ago

Just comment these lines (1246, 1247) in the lib's js file: addEvent(document, EVENT_KEY_DOWN, this.handleKeydown); addEvent(document, EVENT_KEY_UP, this.handleKeyup);

If you have already written all the code and don't have the ability to switch to another library, this trick seems to do the job.

chrismuiruriz commented 4 years ago

Thank you for this tip

chrismuiruriz commented 4 years ago

Check out this https://stackoverflow.com/questions/60871872/vue-range-slider-making-page-not-scrollable-on-mobile

AndriiBVW commented 4 years ago

Remove installed package from npm: "vue-range-component": "^1.0.3"

Add directly from Github "vue-range-component": "xwpongithub/vue-range-slider"

nielslynggaard commented 4 years ago

Would be nice if the fix was just relased.

asilcetin commented 3 years ago

Yes, I have the same issue. It disables/blocks the keyboard input for the select input component (https://vue-select.org/) that I'm using. Please release the fix, thank you!

mrfrkayvaz commented 3 years ago

thanx 🙏

nepster-web commented 3 years ago

Remove installed package from npm: "vue-range-component": "^1.0.3"

Add directly from Github "vue-range-component": "xwpongithub/vue-range-slider"

it seems this thread has been deleted?

luisblazquezm commented 3 years ago

Remove installed package from npm: "vue-range-component": "^1.0.3"

Add directly from Github "vue-range-component": "xwpongithub/vue-range-slider"

Hands down to this 🙌 . Thanks!!