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

custom prop validator fails for :tooltip="false" #32

Open
christian-reichart opened this issue Apr 5, 2021 · 2 comments
Open

custom prop validator fails for :tooltip="false" #32

christian-reichart opened this issue Apr 5, 2021 · 2 comments

Comments

@christian-reichart
Copy link

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

@omarjebari
Copy link

omarjebari commented May 7, 2021

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';

@s-a-rogova
Copy link

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

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

3 participants