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.

Hi.

In version 8.1.0 i set equal range and works perfect. Example:

noUiSlider.create(slider, {
    start: minValue,
    step: interval,
    connect: 'lower',
    range: {
        min: 30,
        max: 30
    }
});

Now i update plugin to version 8.3.0 and get this error: Error: noUiSlider: ‘range’ ‘min’ and ‘max’ cannot be equal.

How to fix this in new version?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danieljausoveccommented, Apr 7, 2016

Because i create dynamical sliders and some values (range) are equals.

Example: I change with one slider range in other slider and start value is equal.

0reactions
github-actions[bot]commented, Jun 3, 2022

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Range.equals() in Java? - Educative.io
The equals() method is an instance method of the Range class. It checks if two Range objects are equal. For the Range objects...
Read more >
Range.Equals Method (System) - Microsoft Learn
Equals(Range)​​ Returns a value that indicates whether the current instance is equal to another Range object.
Read more >
std::ranges::equal - cppreference.com
Two ranges are considered equal if they have the same number of elements and every pair of corresponding projected elements satisfies pred ....
Read more >
Return a set value if any cell in a range equals a given
I am trying to get a formula to enter the number "1" in another cell (C6) if any of the values in the...
Read more >
If a range contains a value greater than or equal to - Exceldome
This formula uses the Excel COUNTIF function to count the number of cells in a range (C8:C14) that have a value of greater...
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