File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -675,9 +675,11 @@ choicesWithNames <- function(choices) {
675
675
# ' Create a select list that can be used to choose a single or
676
676
# ' multiple items from a list of values.
677
677
# '
678
- # ' \code{selectizeInput()} uses the JavaScript library \pkg{selectize.js}
679
- # ' (\url{https://github.com/brianreavis/selectize.js}) to extend the basic
680
- # ' select input element.
678
+ # ' By default, \code{selectInput()} and \code{selectizeInput()} use the
679
+ # ' JavaScript library \pkg{selectize.js} (\url{https://github.com/brianreavis/selectize.js})
680
+ # ' to instead of the basic select input element. To use the standard HTML select
681
+ # ' input element, use \code{selectInput()} with \code{selectize=FALSE}.
682
+ # '
681
683
# ' @param inputId Input variable to assign the control's value to
682
684
# ' @param label Display label for the control
683
685
# ' @param choices List of values to select from. If elements of the list are
Original file line number Diff line number Diff line change @@ -45,9 +45,10 @@ Create a select list that can be used to choose a single or
45
45
multiple items from a list of values.
46
46
}
47
47
\d etails{
48
- \c ode{selectizeInput()} uses the JavaScript library \p kg{selectize.js}
49
- (\u rl{https://github.com/brianreavis/selectize.js}) to extend the basic
50
- select input element.
48
+ By default, \c ode{selectInput()} and \c ode{selectizeInput()} use the
49
+ JavaScript library \p kg{selectize.js} (\u rl{https://github.com/brianreavis/selectize.js})
50
+ to instead of the basic select input element. To use the standard HTML select
51
+ input element, use \c ode{selectInput()} with \c ode{selectize=FALSE}.
51
52
}
52
53
\n ote{
53
54
The selectize input created from \c ode{selectizeInput()} allows
You can’t perform that action at this time.
0 commit comments