daattali / colourpicker

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

Feature request: Support for restore state in Shiny #32

Closed ohjakobsen closed 5 years ago

ohjakobsen commented 6 years ago

Colourpicker is an amazing tool for Shiny development, but would be even better if it supported the bookmarking feature in shiny. This will probably be easily implemented by adding value <- restoreInput(id = inputId, default = value) to colorInput.R.

daattali commented 6 years ago

Good idea! Feel free to submit a PR after making sure that works

ohjakobsen commented 6 years ago

Added PR #33

daattali commented 5 years ago

fixed