MultiRangeSlider - Problems with min and startValues


Topic: MultiRangeSlider - Problems with min and startValues

Sommer pro premium priority asked 2 years ago

We have a problem with the MultiRangeSlider. If the min-value is set unequal 0 and at the same time the startValues are set, the starting position of the slider is not correct.

const basicExampleInit = new mdb.MultiRangeSlider(basicExample, {
  max: 50,
  min: 10,
  startValues: [20, 21]
});

In this case the starting position is for the first value 26 and for the second value 27.

enter image description here


kpienkowska staff answered 2 years ago

Thanks for letting us know. We will fix this as soon as possible.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 4.4.0
  • Device: Windows
  • Browser: Chrome
  • OS: Windows 11
  • Provided sample code: No
  • Provided link: No