Creates an IntegerRangeSelect component inside the given element.
The host element that will contain the range slider.
Optional range bounds and display configuration.
ProtectedhostProtectedconfigProtectedinputProtectedvalueProtectedselectedGets the currently selected integer value.
Sets the currently selected integer value.
Gets whether the control is disabled.
Disables or enables the control.
Releases DOM/event resources owned by the control.
Updates the selectable range and optional current value.
Optionalvalue: numberProtected ReadonlyonFires on every input event to keep the display in sync while dragging.
Protected ReadonlyonFires on the change event when the user releases the slider, and emits 'valuechange'.
ProtectedsyncUpdates the visible value text element to reflect the current selection.
ProtectedclampClamps and rounds a raw number to the configured min/max range.
The raw value to clamp.
The clamped integer value.
A compact integer range selector based on native input[type=range]. Emits a 'valuechange' event when the slider change is committed.