includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
true
callback
subscribe: function(el, callback) { $(el).on('keyup.customTextBinding input.textInputBinding', function(event) { callback(true); }); $(el).on('change.customTextBinding', function(event) { callback(); }); },
OSUICode::updateCustomTextInputExample(6)