It’s straightforward using Stipple to select an object x from options y like Stipple.select(:x; options=:y)
. Is there a way for x to be an array of options? More concretely, if y is an array of files that I’ve uploaded to the web app, I would like to select one or more files from the options. Currently I can only select one. Any idea how to do this? Thanks.
There is a multiple=true
keyword argument that can be applied to this function.