Represents a numerical interval and two handles (grips) to select a sub-range within it.
The purpose of the component to enable visual selection of sub-ranges within a given interval.
Indicates whether input fields should be used as tooltips for the handles. Note: Setting this option to true will only work if showTooltip is set to true. Note: In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.
Displays a label with a value on every N-th step. Note: The step and tickmarks properties must be enabled. Example - if the step value is set to 2 and the label interval is also specified to 2 - then every second tickmark will be labelled, which means every 4th value number. Note: This property is ignored when the tickmarks property is used. In that case every custom tickmark is labelled with its own label.
Determines the name by which the component will be identified upon submission in an HTML form. Note: This property is only applicable within the context of an HTML Form element.
Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10). Note: If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.
Defines custom tickmarks with labels on the slider scale. Each tickmark object has a numeric value and an optional label string. Tickmarks are purely visual — they display labeled markers at specific positions but do not affect the slider's movement behavior. The slider still moves according to min, max, and step. When the current value matches a tickmark value, the tickmark's label is shown in the tooltip and announced via aria-valuetext. Note: When tickmarks is provided, the scale is automatically shown (equivalent to showTickmarks), and labelInterval is ignored - every custom tickmark is rendered with its own label.
Used to style the handles of the ui5-range-slider.
progress-bar
Used to style the progress bar, which shows the progress of the ui5-range-slider.
progress-container
Used to style the progress container, the horizontal bar that visually represents the range between the minimum and maximum values, of the ui5-range-slider.