Topic: MultiRangeSlider - Problems with min and startValues
Sommer 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.
Add comment
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