I'm building an application which uses selectize inputs with multiple = TRUE. I was looking for a way to allow users to paste in a comma separated list of items instead of having to enter each one in individually. It looks like selectize.js supports this as of version 0.12.0.
Is there a way to do this in Shiny?