Package with an initial set of functions added
NOTE: Not all tests have been written yet!
This commit is contained in:
21
man/htmlDisableAutocomplete.Rd
Normal file
21
man/htmlDisableAutocomplete.Rd
Normal file
@@ -0,0 +1,21 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/htmlDisableAutocomplete.R
|
||||
\name{htmlDisableAutocomplete}
|
||||
\alias{htmlDisableAutocomplete}
|
||||
\title{Mark an HTML input as autocomplete = off}
|
||||
\usage{
|
||||
htmlDisableAutocomplete(input)
|
||||
}
|
||||
\arguments{
|
||||
\item{input}{The Shiny input to set the autocomplete attribute on}
|
||||
}
|
||||
\value{
|
||||
The modified input
|
||||
}
|
||||
\description{
|
||||
Mark an HTML input as autocomplete = off
|
||||
}
|
||||
\examples{
|
||||
x <- shiny::textInput("input_id", "Some text input")
|
||||
htmlDisableAutocomplete(x)
|
||||
}
|
||||
Reference in New Issue
Block a user