mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Replace the custom setEnabled JS message handler with renderUI()-based toggling, which exercises the actual Shiny rendering/re-binding code path including renderValue re-firing on element replacement. Replace actionButton toggles with bslib::input_switch for clearer intent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>