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.
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 addingvalue <- restoreInput(id = inputId, default = value)
tocolorInput.R
.