includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
Solve this problem we need to:
subscript
change
subscribe: function(el, callback) { $(el).on('keyup.customTextBinding input.customTextBinding', function(event) { console.log(event); callback(); }); $(el).on('change.customTextBinding', function(event) { callback(false); }); }