Standard shiny::textInput() with additional width parameter, added code
font style for the input text and with autocomplete, autocorrect,
autocapitalize and spellcheck set to off or false.
textInputCode(inputId, label, value = "", width = NULL,
placeholder = NULL)The input slot that will be used to access the value.
Display label for the control, or NULL for no label.
Initial value.
Width of shiny-input-container div.
A character string giving the user a hint as to what can be entered into the control. Internet Explorer 8 and 9 do not support this option.
Other modified shiny inputs: textAreaInputAlt