Skip to content

Commit 3db47c0

Browse files
committed
a news item for the optgroup feature
1 parent eeff285 commit 3db47c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ shiny 0.10.0.9xxx
1919
R Markdown documents. See an R Markdown example at
2020
http://shiny.rstudio.com/gallery/inline-output.html (#512)
2121

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+
2228
shiny 0.10.0
2329
--------------------------------------------------------------------------------
2430

0 commit comments

Comments
 (0)