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

IMPORTANT: How to fix the input blocking bug

Open boriswinner opened this issue 5 years ago • 8 comments
trafficstars

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.

boriswinner avatar Jul 15 '20 07:07 boriswinner

Thank you for this tip

chrismuiruriz avatar Aug 04 '20 10:08 chrismuiruriz

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

chrismuiruriz avatar Aug 19 '20 05:08 chrismuiruriz

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

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

AndriiBVW avatar Oct 26 '20 10:10 AndriiBVW

Would be nice if the fix was just relased.

nielslynggaard avatar Nov 13 '20 13:11 nielslynggaard

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!

asilcetin avatar Dec 07 '20 13:12 asilcetin

thanx 🙏

mrfrkayvaz avatar Jan 09 '21 20:01 mrfrkayvaz

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?

nepster-web avatar Jun 25 '21 11:06 nepster-web

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!!

luisblazquezm avatar Nov 18 '21 09:11 luisblazquezm