mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
- Add missing `downloadLink starts disabled with correct attributes` unit test - Add shinytest2 runtime tests covering all three `enabled` values for both downloadButton and downloadLink: initial state (auto-enable, stays disabled, starts enabled, shinyjs-disabled) and toggle on/off via a setEnabled custom message handler that mirrors shinyjs::enable()/disable() - Clarify `enabled=FALSE` docs: the opt-out applies for the page lifetime via data-ignore-update, so renderValue never auto-enables regardless of runtime state - Remove unreachable dead code in DownloadLinkOutputBinding.showProgress() Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>