Skip to contents

function to generate a numericInput with the custom ssz label styling (via "ssz-label" class)

Usage

sszNumericInput(inputId, label, value, ...)

Arguments

inputId

inputId parameter for numericInput

label

label parameter for numericInput

value

value parameter (initial value) for numericInput

...

further named parameters to be passed to numericInput (min/max/step/width)

Value

the same as textInput with modified label class

Examples

if (FALSE) { # \dontrun{
inst / examples / sszNumericInput / app.r
} # }