Please note, this field depend on the following library:
max
Number
min
Number
noUiSliderOptions
Object
values
Array
or Function
String
or an object with an id
and a name
properties.noUiSliderOptions
"lower"
"lower"
, "upper"
, Boolean
"lower"
to connect to the lower side, or "upper"
to connect to the upper side. Setting true
sets the bar between the handles.Number
Number
Number
range
."horizontal"
"vertical"
, "horizontal"
"vertical"
or "horizontal"
. Set dimensions! Vertical sliders don't assume a default height, so you'll need to set one. You can use any unit you want, including %
or px
."ltr"
"ltr"
, "rtl"
false
Boolean
, formatter
, Array[formatter or false]
tooltips
option to true
to enable. This option can also accept formatting options to format the tooltips content. In that case, pass an array with a formatter for each handle, true
to use the default or false
to display no tooltip.true
Boolean
false
to prevent the slider from animating to a new value with when calling .val()
. More details​Object
min
and max
properties for more complex range behavior (Non-linear sliders). More details​