selectizeInputWithValidation {shinypanel} | R Documentation |
selectizeInput with validation utilities
Description
selectizeInput with validation utilities
Usage
selectizeInputWithValidation(
inputId,
label,
options = NULL,
container_id = NULL,
help_id = NULL,
label_title = NULL
)
Arguments
inputId |
The |
label |
Display label for the control, or |
options |
A list of options. See the documentation of selectize.js
for possible options (character option values inside |
container_id |
id for outer |
help_id |
id for span with class |
label_title |
Optional text to appear in info icon tooltip. Used to provide information to user about input. |
See Also
selectizeInputWithButtons
, html
,
addClass
, toggleSelectizeButtons
.
[Package shinypanel version 0.1.5 Index]