From 1b925750fa9c14e04b31ba4627f408252640d63b Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 6 Dec 2024 14:57:12 -0500 Subject: [PATCH] chore: add news item --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6394c4dcd..dec573bd6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,6 +22,8 @@ * Fixed a bug with stack trace capturing that caused reactives with very long async promise chains (hundreds/thousands of steps) to become extremely slow. Chains this long are unlikely to be written by hand, but {coro} async generators and {elmer} async streaming were easily creating problematically long chains. (#4155) +* Updating the choices of a `selectizeInput()` via `updateSelectizeInput()` with `server = TRUE` no longer retains the selected choice as a deselected option if the current value is not part of the new choices. (@dvg-p4 #4142) + # shiny 1.9.1 ## Bug fixes