Skip to content

Commit

Permalink
updated updatePickerInput documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 3, 2024
1 parent 492c464 commit a521d1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions R/input-selectpicker.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ pickerInput <- function(inputId,
#' @param label Display a text in the center of the switch.
#' @param choices List of values to select from. If elements of the list are named
#' then that name rather than the value is displayed to the user.
#' @param selected The new selected value (or multiple values if \code{multiple = TRUE}).
#' To reset selected value, in case of multiple picker, use \code{character(0)}.
#' @param selected The new selected value (or multiple values if `multiple = TRUE`).
#' To reset selected value, in case of multiple picker, use `character(0)`.
#' @param choicesOpt Options for choices in the dropdown menu.
#' @param options Options for the picker via \code{\link{pickerOptions}}.
#' @param options Options for the picker via [pickerOptions()].
#' @param clearOptions Clear previous options, otherwise the ones set previously are still active.
#'
#' @seealso \link{pickerInput}.
#' @seealso [pickerInput()].
#'
#' @export
#'
Expand Down
6 changes: 3 additions & 3 deletions man/updatePickerInput.Rd

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

0 comments on commit a521d1f

Please sign in to comment.