passwordInput {shiny} | R Documentation |
Create an password control for entry of passwords.
passwordInput(inputId, label, value = "", width = NULL)
inputId |
The |
label |
Display label for the control, or |
value |
Initial value. |
width |
The width of the input, e.g. |
A text input control that can be added to a UI definition.
Other input.elements: actionButton
,
checkboxGroupInput
,
checkboxInput
, dateInput
,
dateRangeInput
, fileInput
,
numericInput
, radioButtons
,
selectInput
, sliderInput
,
submitButton
, textInput
passwordInput("password", "Password:")