customNumericInput: Custom Numeric Input

Description Usage Arguments

Description

Create a custom input control for entry of numeric values. The control updates if and only if the user presses Enter or shifts focus away from the control.

Usage

1
2
customNumericInput(inputId, label, value, min = NA, max = NA, step = NA,
  width = NULL)

Arguments

inputId

The input slot that will be used to access the value.

label

Display label for the control, or NULL for no label.

value

Initial value.

min

Minimim allowed value.

max

Maximum allowed value.

step

Interval to use when stepping between min and max.

width

The width of the input, e.g., "200px" or "50%".


homerhanumat/shinyCustom documentation built on May 17, 2019, 4:50 p.m.