rstudio / shiny-examples

Other
1.96k stars 3.78k forks source link

Add instructions to 107-events and add test for new event behavior #145

Closed alandipert closed 5 years ago

alandipert commented 5 years ago

107-events is a decent exercise of Shiny's JavaScript events API but it didn't have any instructions.

I added testing instructions, and also a new test for new behavior introduced to Shiny via rstudio/shiny#2446

Consequently, 107-events now fails on Shiny version <= 1.3.2 and passes with Shiny from master.

jcheng5 commented 5 years ago

Thanks!