daattali / colourpicker

🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
https://daattali.com/shiny/colourInput/
Other
215 stars 28 forks source link

Use colourInput() to select multiple colours #49

Closed limbo1996 closed 1 year ago

limbo1996 commented 2 years ago

Hello The colourpicker tool is a great package. I was wondering do you plan to introduce choosing multiple colours use colourInput()? I want to choose multiple colours in my shiny app.But but I noticed that colourInput() doesn't have a multi-select parameter like selectInput()

Thank you.

daattali commented 2 years ago

I've thought about this in the past but I could never even come up with a good idea of visually and practically what that would look like. It would obviously have to work in tandem with all other parameters and be very clear in how it works and how the output is shown. If after spending some time thinking about it you can come up with a good design, I could start looking at how feasible it is to implement.

daattali commented 1 year ago

Closing this because I don't relastically see it happening. I'd be happy to re-discuss if anyone has good ideas in the future