Wednesday 18 September 2013

R Shiny + select2 tag inputs

R Shiny + select2 tag inputs

I have gotten R shiny working with select2 by using the code available here:
https://github.com/mostly-harmless/select2shiny/tree/master/inst/select2shiny
How can I use select2's tag inputs?
I'm OK editing the 'tools.js' file directly if I need to, but I would
prefer a setup that I could set the type of input in UI or Server.
Thanks!

No comments:

Post a Comment