powered by
This function create a text area input
text_area_Input( inputId, label, hint_label = NULL, row_no = 5, error = FALSE, error_message = NULL, word_limit = NULL )
a text area box html shiny object
The input slot that will be used to access the value.
Display label for the control, or NULL for no label.
NULL
Display hint label for the control, or NULL for no hint label.
Size of the text entry box. Defaults to 5.
Whenever to icnlud error handling Defaults to FALSE
FALSE
Message to display on error. Defaults to NULL
Add a word limit to the display. Defaults to NULL.
text_area_Input("taId", "Can you provide more detail?", "Do not include personal or financial information, like your National Insurance number or credit card details.")
Run the code above in your browser using DataLab