chisel {sever} | R Documentation |
Chisel
Description
Customise silent error messages: messages raised by shiny::validate()
and shiny::need()
.
If used in combination with cleave()
make sure you are setting silent_errors
to FALSE
.
Usage
chisel(
html = NULL,
color = NULL,
bg_color = NULL,
duration = NULL,
center_vertical = NULL,
center_horizontal = NULL,
ids = NULL,
session = shiny::getDefaultReactiveDomain()
)
Arguments
html |
Html content to display instead of error messages,
if |
color |
Color of error message text. |
bg_color |
Background color of error message overlay.
If |
duration |
Duration of animation showing the error message, set to |
center_vertical |
Whether to center the message vertically and horizontally, a |
center_horizontal |
Whether to center the message vertically and horizontally, a |
ids |
Ids of elements to apply the cleave to. If |
session |
A valid shiny session. |
Value
None
[Package sever version 0.0.7 Index]