Skip to contents

Range fields are translated into sliderInput.

Usage

new_range_field(value = numeric(), min = numeric(), max = numeric(), ...)

Arguments

value

Default text input value.

min, max

Slider boundaries (inclusive)

...

Other parameters passed to new_field and may be needed by ui_input to pass more options to the related shiny input.