email_input | R Documentation |
input
This is a replica of shiny::textInput()
with the HTML input type
attribute set to "email"
rather than "text"
.
email_input( inputId, label = tagList(shiny::icon("envelope"), "Email"), value = "", width = NULL, placeholder = NULL )
inputId |
The |
label |
Display label for the control, or |
value |
Initial value. |
width |
The width of the input, e.g. |
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. |
the UI for the email input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.