% Generated by roxygen2: do not edit by hand % Please edit documentation in R/shiny_modified_inputs.R \name{textInputCode} \alias{textInputCode} \title{Modified Text Input} \usage{ textInputCode(inputId, label, value = "", width = NULL, placeholder = NULL) } \arguments{ \item{inputId}{The \code{input} slot that will be used to access the value.} \item{label}{Display label for the control, or \code{NULL} for no label.} \item{value}{Initial value.} \item{width}{Width of `shiny-input-container` div.} \item{placeholder}{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.} } \description{ 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`. }