From 01b9ba5f6cd191135665d74cb6f6cfb221d460d5 Mon Sep 17 00:00:00 2001 From: pvictor Date: Thu, 17 Nov 2022 10:37:43 +0100 Subject: [PATCH] prepare for cran --- DESCRIPTION | 2 +- R/virtual-select.R | 2 +- man/virtualSelectInput.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eed9c508..a5be81d5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "victor.perrier@dreamrs.fr", role = c("aut", "cre", "cph")), person("Fanny", "Meyer", role = "aut"), diff --git a/R/virtual-select.R b/R/virtual-select.R index f12f88f8..f16db5ac 100644 --- a/R/virtual-select.R +++ b/R/virtual-select.R @@ -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$_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. #' diff --git a/man/virtualSelectInput.Rd b/man/virtualSelectInput.Rd index c06b0d0a..4fa1b711 100644 --- a/man/virtualSelectInput.Rd +++ b/man/virtualSelectInput.Rd @@ -72,7 +72,7 @@ single-select lists and no values for multiple select lists.} \item{...}{Other arguments passed to JavaScript method, see \href{https://sa-si-dev.github.io/virtual-select/#/properties}{virtual-select documentation} for a full list of options.} -\item{stateInput}{Activate or deactivate the input to know if the menu is opened or not, see details.} +\item{stateInput}{Activate or deactivate the special input value \verb{input$_open} to know if the menu is opened or not, see details.} \item{html}{Allow usage of HTML in choices.}