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

custom prop validator fails for :tooltip="false"

Open christian-reichart opened this issue 3 years ago • 2 comments

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 this is fixed in a package vue-range-component-fixed by the same author. Don't really know what's going on, there is also a package named vue-range-component-fix.

Anyway, this solved it for me: yarn add vue-range-component-fixed

christian-reichart avatar Apr 05 '21 18:04 christian-reichart

Just remember to re-reference the package when including it (including the css file), ie

import 'vue-range-component-fixed/dist/vue-range-slider.css'; import VueRangeSlider from 'vue-range-component-fixed';

omarjebari avatar May 07 '21 14:05 omarjebari

@xwpongithub Can you add this info about installation via yarn to Readme? Cause I spent much time to do it(

Guys, thank you for decision!

s-a-rogova avatar Jan 17 '22 05:01 s-a-rogova