We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeff285 commit 3db47c0Copy full SHA for 3db47c0
NEWS
@@ -19,6 +19,12 @@ shiny 0.10.0.9xxx
19
R Markdown documents. See an R Markdown example at
20
http://shiny.rstudio.com/gallery/inline-output.html (#512)
21
22
+* Added support for option groups in the select/selectize inputs. When the
23
+ `choices` argument for `selectInput()`/`selectizeInput()` is a list of
24
+ sub-lists and any sub-list is of length greater than 1, the HTML tag
25
+ `<optgroup>` will be used. See an example at
26
+ http://shiny.rstudio.com/gallery/option-groups-for-selectize-input.html (#542)
27
+
28
shiny 0.10.0
29
--------------------------------------------------------------------------------
30
0 commit comments