Skip to content

Commit

Permalink
prepare for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Nov 17, 2022
1 parent 81cff43 commit 01b9ba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinyWidgets
Title: Custom Inputs Widgets for Shiny
Version: 0.7.4.9100
Version: 0.7.5
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/virtual-select.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ prepare_choices <- function(.data,
#' @param disabled Disable entire dropdown.
#' @param ... Other arguments passed to JavaScript method, see
#' [virtual-select documentation](https://sa-si-dev.github.io/virtual-select/#/properties) for a full list of options.
#' @param stateInput Activate or deactivate the input to know if the menu is opened or not, see details.
#' @param stateInput Activate or deactivate the special input value `input$<inputId>_open` to know if the menu is opened or not, see details.
#' @param html Allow usage of HTML in choices.
#' @param inline Display inline with label or not.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/virtualSelectInput.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01b9ba5

Please sign in to comment.