Sets or gets the value of the slider. value
is not bound by the min
or
max
values set for the slider.
Notes:
value
in code does not trigger an onChange
event.value
in code
does not set the value of the connected field in the dataset. That means if
you use the dataset to perform a submit, the value changed in code is not
reflected in the submitted item.setFieldValue()
function before
performing the submit.