RinteRface / shinybulma

🌐 Bulma.io for Shiny
https://rinterface.github.io/shinybulma/
Other
111 stars 15 forks source link

add updateInput to each input object #4

Open DivadNojnarg opened 6 years ago

DivadNojnarg commented 6 years ago

shiny input elements always have an update function such as:

updateCheckboxInput <- function(session, inputId, label = NULL, value = NULL) {
  message <- dropNulls(list(label=label, value=value))
  session$sendInputMessage(inputId, message)
}

TODO -> implement these functions for shinyBulma