Range Slider
Content Type: Widget
Categories: Data
Overview
Use this widget to offer your users the intuitive convenience of sliders when they input values.
Documentation
Please see Range Slider in the Mendix documentation for details.
Releases
Version: 3.0.3
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
Version: 3.0.2
Framework Version: 9.6.0
Release Notes: ### Fixed
- Mark labels and numeric tooltips now respect the configured `decimalPlaces` and the user's session locale (decimal separator and thousands grouping). Previously, marks and tooltips rendered raw numbers via `.toString()`, ignoring locale and decimal precision settings.
Version: 3.0.1
Framework Version: 9.6.0
Release Notes: ### Added
- We added a license file and a readme documenting all open source dependencies used in this package.
Version: 3.0.0
Framework Version: 9.6.0
Release Notes: ### Breaking changes
- We updated rc-slider library to @rc-component/slider. This is a major version upgrade of rc-slider that might break current custom styling.
Version: 2.1.4
Framework Version: 9.6.0
Release Notes: ### Changed
- Changed action required to false to avoid unnecessary warnings in the Studio Pro.
Version: 2.1.3
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue with initial value being reset to default min value.
Version: 2.1.2
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue where tooltip of the slider wouldn't position itself correctly when scrolling the page.
Version: 2.1.1
Framework Version: 9.6.0
Release Notes: ### Fixed- We removed redundant code to improve widget load time in the browser.
Version: 2.1.0
Framework Version: 9.6.0
Release Notes: ### Changed
- We updated page explorer's caption to display datasource.
- We updated the light and dark icons and tiles for the widget.
Version: 2.0.0
Framework Version: 9.6.0
Release Notes: ### Changed
- Converted into a pluggable widget.