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

Tool tip with drag mode doesn't work in single slider #81

Open
shynline opened this issue Oct 9, 2023 · 0 comments
Open

Tool tip with drag mode doesn't work in single slider #81

shynline opened this issue Oct 9, 2023 · 0 comments

Comments

@shynline
Copy link

shynline commented Oct 9, 2023

To clarify it does work for multi-handle slider

<Slider :min="0"
        :max="100"
        :step="1"
        :tooltips="true"
        showTooltip="drag"
        v-model="value"
        :classes="sliderClass" />
 // sliderClass: same as provided in README
const value = ref([20, 60]) // Tooltip on drag works
const value = ref(14)       // Tooltip on drag doesn't work
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

1 participant