jdtrat / shinysurveys

Develop and deploy surveys in Shiny/R.
https://shinysurveys.jdtrat.com/
Other
97 stars 26 forks source link

add a listener on keyup to all the placeholders #12

Open MayaGans opened 3 years ago

MayaGans commented 3 years ago

Right now when you click the ➕ button the shiny input will update, but I think we also want the input to update whenever any text is updated? I think just like we have an on click event we need to flesh out what happens whenever a text input changes....