posit-dev / py-shiny

Shiny for Python
https://shiny.posit.co/py/
MIT License
1.1k stars 62 forks source link

Add `disabled` argument to `ui.input_action_button()` and `ui.update_action_button()` #1465

Open gadenbuie opened 2 weeks ago

gadenbuie commented 2 weeks ago

In https://github.com/rstudio/shiny/commit/33dc41c4bd26c63acf50e658dc79b44647b3d5ef, @jcheng5 added the disabled parameter to shiny::actionButton() and shiny::updateActionButton().