Skip to main content

Range Picker

The Range Picker control is used to define and select a range of values, providing users with a customizable range selection interface. It allows binding to two options - Min Value and Max Value in a numerical data format.

Range Picker Control
Range Picker Control

Content

Range Picker Control

Binding Data Options

Range Picker control accepts number format to display data. There are two different numericdata options: Min Value and Max Value.

Static Data Option

Utilize the Bind Data option to set predefined start and end range. For instance:

Start Value


50

End Value


500

Min-range

Defines the minimum value allowed within the control.

Max-range

Defines the maximum value allowed within the control.

Step

Specifies the increment/decrement value for the control.

Add-ons

Add-onDescription
TooltipProvides helpful hints or extra information on hover.
DescriptionAdds descriptive text beneath options or sections.
LabelDisplays labels for specific options or sections. Configurable with size, weight, and color.

Interaction

Range Picker Control
PropertyDescription
ValidationAdds rules to input validation. Options include Required, Disable left handle, and Disable right handle for specific control behavior.
Read OnlySets the field to a non-editable state while still displaying the content to the user.
Submit DataDetermines when data should be submitted. Options may include conditions like Always, Never, and Not when hidden.
EventsLets you define logic or actions (like bindings or workflows) that should trigger based on user interaction.

Event

TriggerDescription
value_changeOccurs when there is a modification in the Range picker control's value. To control the frequency or speed of the change event, you can utilize the debounce property associated with the control.

Range Picker Control

Appearance

PropertyDescription
VisibilityToggles the visibility of the slider component in the app interface.
Show End ValuesDisplays the minimum and maximum values at either end of the slider for better range context.
Display ValueShows the current selected value(s) on the slider while interacting.
Min rangeAllows styling the minimum selectable range on the slider.
Max rangeAllows styling the maximum selectable range on the slider.
Min valueLets you apply visual styles.
Max valueLets you apply visual styles.
Slider propertyCustomizes overall slider design, and other visual properties.
Slider handleModifies the appearance of the slider handle.

Advanced Settings

  • External CSS: Add custom styles to the Button control.
  • Trigger Dependents: Automatically invoke linked controls or workflows.
  • Caching: Enable caching to store frequently used inputs.

Control Outputs

The outputs from the Range Picker control, represented by the placeholders {{rangepicker.Min_Value}} and {{rangepicker.Max_Value}}, can be referenced in other controls, data queries, or JavaScript functions using the control's unique name.

OutputDescription
Min ValueRepresents the selected minimum value in the Range Picker control.
Max ValueRepresents the selected maximum value in the Range Picker control.