Looking for an input widget that will allow user to paste multiple values in to enter into a search query. Could do it via a text box, but would rather paste into a table?
Values would be put into an SQL query like:
sel *
from something
where value in (input1, input2, input3)
What input widget can I use to get multiple values from UI in shiny?