Skip to content

Commit

Permalink
Merge bbdc19d into e9a8711
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas-burkoff authored Jan 3, 2023
2 parents e9a8711 + bbdc19d commit 3b8d9a3
Show file tree
Hide file tree
Showing 32 changed files with 1,103 additions and 192 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Imports:
rlang,
shiny,
shinyjs,
shinyvalidate,
stats,
teal.code (>= 0.2.0),
teal.data (>= 0.1.2),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export(all_choices)
export(check_no_multiple_selection)
export(choices_labeled)
export(choices_selected)
export(compose_and_enable_validators)
export(data_extract_multiple_srv)
export(data_extract_spec)
export(data_extract_srv)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### Enhancements

* Updated error messages for `choices_labeled()`, `variable_choices()` and `value_choices()` to be more informative.
* Updated `data_extract` to be compatible with `shinyvalidate`: `data_extract_srv` and `data_extract_multiple_srv` accept `shinyvalidate` validation rules and their return objects now include `shinyvalidate::InputValidator`(s).
* Added helper function `compose_and_enable_validators` to simplify enabling `shinyvalidate::InputValidator`s returned from `data_extract_multiple_srv`.

### Bug fixes

Expand Down
Loading

0 comments on commit 3b8d9a3

Please sign in to comment.