shinyvalidate
shinyvalidate copied to clipboard
Input validation package for the Shiny web framework
The sv_regex function will throw an error if the value is NULL. If the checked value is NULL, then the value of 'result' will be 'logical(0)', causing this line in...
**Context:** Using `add_rule(..., sv_numeric()))` with `numericInput()`. **User interaction:** Enter non-numeric value, e.g., some combination of `- , e .` **Issue:** The message shown to the user is not the one...
If these were added, I think it'd cover a large proportion of use cases. Standard regexs for email + phone Checks for non-negative and strictly positive numbers
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
The first input in the input-group is not validated on the ui level (but iv$is_valid() works properly).    app ``` library(shiny) library(shinyvalidate) is_dateish
I'm wondering if it is possible to use to shinyvalidate to validate inputs made to a [editable datatable](https://github.com/rstudio/DT/pull/480). [Here](https://github.com/rstudio/DT/pull/836) is a related DT PR.
I have an app where the UI is revealed only as the user completes the prior UI section. I'm using shinyvalidate to validate my inputs and it's GREAT. But some...
It looks like this was maybe an earlier form? ``` iv$add_rule("title", need, message = "A title is required") ``` TBH, if it's possible I'd love to have this form available....
https://github.com/rstudio/shinyvalidate/blob/8af7eaa093ffa1cda83d102207feebca1d3f6f03/R/validator.R#L221-L233
1. Disable when form is invalid 2. Disable and show progress when processing