shinymanager icon indicating copy to clipboard operation
shinymanager copied to clipboard

Add support for state$values

Open dongweigogo opened this issue 1 year ago • 0 comments

The current version of addAuthToQuery and resetQueryString deals with _inputs_ for bookmark, while missing the counterpart for _values_.

I think simply adding the below line should fix this issue. query <- gsub("_values_=", "_values_", query, fixed = T)

dongweigogo avatar Dec 19 '22 06:12 dongweigogo