In earlier posts, I’ve explained how to add a bit of JavaScript/jQuery code to your project that lets you have one Shiny observeEvent()
handler for all your button and anchor clicks. This week I needed disabled buttons, which are easy to do visually by adding the Bootstrap disabled
class to the button. But the buttons still responded to being clicked.
Continue reading “Shiny button observer update: ignoring clicks on disabled buttons”