question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

noUIslider tooltips option is ignored.

See original GitHub issue

Hello there! It seems like all slider options are ignored. Can you please check this ?

I am using it the way, described in docs.

{
                    type: "noUiSlider",
                    label: "Volume level",
                    model: "volume",
                    min: 0,
                    max: 140,
                    sliderOptions: {
                      connect: "lower",
                      step: 10,
                      tooltips: [true],
                    },
}                  

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
DelfsEngineeringcommented, Nov 19, 2017

Well said. VFG has become the core of my app. It’s a great contribution and I can’t wait to help further its development.

1reaction
lionel-bijaouicommented, Nov 18, 2017
  1. This is an open source project, maintained by volunteer on their free time, given to you and the rest world for free
  2. Show some respect and patience, we are NOT at your service
  3. This is the weekend
  4. Provide a fiddle that reproduce the problem that you are facing, we are not telepathic wizard able to fix bugs by reading tea leaves

I’m going to assume that you are maybe new to this, and didn’t realized your lack of basic respect by showing such impatient comportment.

So, please provide a fiddle that reproduce this bug, so that it is easier to fix and wait for an eventual answer. Again, we are not at your service. Until then, I’m closing the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there a way to turn on and off tooltips or change noUiSlider ...
I do not want to show tooltip when slider values are not changed. want ... on and off tooltips? kind of dynamically updating...
Read more >
noUiSlider - Disabling, Updating and Styling - Refreshless.com
In-dept details on disabling slider handles, updating options and styling noUiSlider. ... Options that can not be updated will be ignored without errors....
Read more >
Append character to tooltip in noUISlider - Stack Overflow
I'm trying to get noUISlider to show the "tooltip" with € as part of ... to function in the format option, as in...
Read more >
Solved: Customize noUiSlider tooltips - Experts Exchange
I want the tooltip text to change color when I am sliding the handle it's tied to. I'm close with the solution above,...
Read more >
nouislider - UNPKG
The CDN for nouislider. ... 450, // Ignore 'false' stepping. 451, if (!n) { ... 1014, if (!options.tooltips || !options.tooltips[handleNumber]) {.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found