Protected
_primaryThe primary input (if any). Used to determine what element should receive focus when an associated label is clicked on.
Protected
_valueThe underlying value of the element.
Protected
_internalsAttached ElementInternals which provides form handling functionality.
Private
#rangeThe range input.
Private
#numberThe number input.
Private
#minThe minimum allowed value for the range.
Private
#maxThe maximum allowed value for the range.
Private
#stepA required step size for the range.
Static
tagStatic
formDeclare that this custom element provides form element functionality.
The value of the input element.
The value of the input element.
The form this element belongs to.
The input element name.
Is this element disabled?
Is this field editable? The field can be neither disabled nor readonly.
Protected
_getProtected
_onPrivate
#onPrivate
#onStatic
createCreate a HTMLRangePickerElement using provided configuration data.
A custom HTML element responsible selecting a value on a range slider with a linked number input field.