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

A range slider component based on vue (Vue滑块组件).

Results 30 vue-range-slider issues
Sort by recently updated
recently updated
newest added

For anybody who is encountering the same problem: I've installed this package via yarn and encountered the problem, that the custom validator for the tooltip doesn't check for `false`. Apparently...

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 style the dot with a prop would be nice.

Hi xwpongithub, I have an issues with vue ranger slider. I have a page, it's using vue ranger slider and text area for user typing comment. But when i implement...

Are you serious? https://github.com/xwpongithub/vue-range-slider/blob/838d787a66a6318de9f68e9840382866e8363bea/src/js/vue-range-slider.js#L1052

Fix scrolling bug on mobile platforms

Is there a way to add commas on a multi range slider? For example min value would be parsed as 25,000 instead of 25000.

Getting the error above when tooltip is set to false Dist & src contains different code. /src/js/vue-range-slider.js ` tooltip: { type: [String, Boolean], default: 'always', validator: function validator(val) { return...

![image](https://user-images.githubusercontent.com/31676163/110419405-3d9c2f00-80d4-11eb-9e89-02ac1dfe544b.png) ![image](https://user-images.githubusercontent.com/31676163/110419434-4ab91e00-80d4-11eb-865d-40d5340e74bb.png)