Closed saraMElsanan closed 5 years ago
@saraMElsanan Try this, I'm not sure.
<vue-slide-bar>
<template slot="tooltip" slot-scope="tooltip">
<span style="display:none;"></span>
</template>
</vue-slide-bar>
You need to hide tooltip right ?
You need to hide tooltip right ?
no i want to disable the drag action ... well i made it with css ... i added after for the containing div and gave it position absolute , z-index 9 but i got a new issue in the direction, the website i'm working on is rtl and ltr ... i have a problem in rtl , i can't make the slider starts from right and so is the tooltip any help please
well i added a new Boolean prop for rtl ... and i manged to do so far ... but i still got a problem in the position of the tooltip ... the problem now is in the translateX and values so what should i do ?
@saraMElsanan I published new version of vue-slide-bar
to 1.1.7 use can use new ability for active/disable draggable by prop draggable
.
example for disable draggable.
<VueSlideBar v-model="value1" :draggable="false"/>
Hope you like this.
yes that's a great feature , thanx alot I'm still working on the RTL feature for the component , I manged to make it right but when it comes to drag in RTL it doesn't work , i sent you my updates to your email
@biigpongsatorn you didn't update npm package, package uses 1.1.5
@Craft4u I updated draggable
feature to 1.1.7
.but RTL not yet.
@saraMElsanan Thank you for your contribution. Currently, I'm so busy, I will review your pr later.
Sorry.
@Craft4u Sorry I forget to build lib and I publish old version to 1.1.7, Please update version to 1.1.9
is there any way to disable the draggable tooltip ?