Topic: MultiRangeSlider - Problems with min and startValues

Sommer priority asked 1 year 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


Kamila Pieńkowska staff answered 1 year 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

  • ForumUser: Priority
  • 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