Topic: MultiRangeSlider - Problems with min and startValues
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.
kpienkowska staff answered 2 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- 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