Skip to content

Commit ebdf848

Browse files
committed
Updated text
1 parent c55fcd2 commit ebdf848

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
### Improvements
2929

30-
* Removed statement that you could pass HTML into `update_selectize` choices. This never worked. Please use `options.render` (see example under `input_selectize`). (#2048)
30+
* Restricted the allowable types of the `choices` parameter of `input_select()`, `input_selectize()`, `update_select()`, and `update_selectize()` to actual set of allowable types (previously, the type was suggesting HTML-like values were supported). (#2048)
3131

3232
* Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
3333

@@ -41,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141

4242
### Bug fixes
4343

44+
* Fixed an issue with `update_selectize()` to properly display labels with HTML reserved characters like "&" (#1330)
45+
4446
* Fixed an issue with `ui.Chat()` sometimes wanting to scroll a parent element. (#1996)
4547

4648
* Explicitly call out module usage in UI input bookmark button documentation. (#1983)

0 commit comments

Comments
 (0)